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

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

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

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

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

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

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

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

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

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

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

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

#s-276a1023-cf72-4bf1-b1fa-f02b19c7df86 {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: none;
border-radius: 11px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-276a1023-cf72-4bf1-b1fa-f02b19c7df86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-276a1023-cf72-4bf1-b1fa-f02b19c7df86.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-1e3fd88f-1d5a-4139-b9a3-4443c0179bab {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

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

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

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

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

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

#s-a25fc650-6cf9-4151-96fd-77cad75e114e {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-a25fc650-6cf9-4151-96fd-77cad75e114e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 4.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-a25fc650-6cf9-4151-96fd-77cad75e114e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-a25fc650-6cf9-4151-96fd-77cad75e114e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-a25fc650-6cf9-4151-96fd-77cad75e114e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.666666666666667px);
}

}

#s-5e6e7138-3ca8-49ab-ad98-40f31a27ced4 {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

.shg-product-image-wrapper {
  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;
  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-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 {
  max-width:  100%;
}

.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 .shg-image-zoom,
.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 img.shogun-image,
.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 .shg-image-zoom,
.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 {
  max-width:  100%;
}

.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 .shg-image-zoom,
.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 img.shogun-image,
.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 .shg-image-zoom,
.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 {
  max-width:  100%;
}

.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 .shg-image-zoom,
.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 img.shogun-image,
.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 .shg-image-zoom,
.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 {
  max-width:  100%;
}

.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 .shg-image-zoom,
.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 img.shogun-image,
.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 .shg-image-zoom,
.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 {
  max-width:  100%;
}

.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 .shg-image-zoom,
.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 img.shogun-image,
.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 .shg-image-zoom,
.shg-c#s-2465fd3f-89f9-48d4-89f5-3bf2a1cb1863 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-89e3f481-5cfe-47c8-b883-c611f40e8ca7 {
  margin-left: auto;
margin-right: auto;
}

#s-9e9015e3-9908-49b2-a193-e0caa31079d4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 {
  max-width:  100%;
}

.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 .shg-image-zoom,
.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 img.shogun-image,
.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 .shg-image-zoom,
.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 {
  max-width:  100%;
}

.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 .shg-image-zoom,
.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 img.shogun-image,
.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 .shg-image-zoom,
.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 {
  max-width:  100%;
}

.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 .shg-image-zoom,
.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 img.shogun-image,
.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 .shg-image-zoom,
.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 {
  max-width:  100%;
}

.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 .shg-image-zoom,
.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 img.shogun-image,
.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 .shg-image-zoom,
.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 {
  max-width:  100%;
}

.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 .shg-image-zoom,
.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 img.shogun-image {
  max-width: 1874px !important;
  
}

.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 img.shogun-image,
.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 .shg-image-zoom,
.shg-c#s-9e9015e3-9908-49b2-a193-e0caa31079d4 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4144985c-b435-41d4-863a-4e8a710cda6d {
  margin-left: auto;
margin-right: auto;
}

#s-237219bb-bdf2-4708-b336-2fdfa2829788 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 {
  max-width:  100%;
}

.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 .shg-image-zoom,
.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 img.shogun-image {
  max-width: 3748px !important;
  
}

.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 img.shogun-image,
.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 .shg-image-zoom,
.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 {
  max-width:  100%;
}

.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 .shg-image-zoom,
.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 img.shogun-image {
  max-width: 3748px !important;
  
}

.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 img.shogun-image,
.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 .shg-image-zoom,
.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 {
  max-width:  100%;
}

.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 .shg-image-zoom,
.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 img.shogun-image {
  max-width: 3748px !important;
  
}

.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 img.shogun-image,
.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 .shg-image-zoom,
.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 {
  max-width:  100%;
}

.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 .shg-image-zoom,
.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 img.shogun-image {
  max-width: 3748px !important;
  
}

.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 img.shogun-image,
.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 .shg-image-zoom,
.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 {
  max-width:  100%;
}

.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 .shg-image-zoom,
.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 img.shogun-image {
  max-width: 3748px !important;
  
}

.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 img.shogun-image,
.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 .shg-image-zoom,
.shg-c#s-237219bb-bdf2-4708-b336-2fdfa2829788 img.shogun-image {
  aspect-ratio: 2/3;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-96902aad-86b8-40f2-b32c-b8b5fd3c358f {
  margin-left: auto;
margin-right: auto;
}

#s-96902aad-86b8-40f2-b32c-b8b5fd3c358f hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

.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;
  
  
  text-transform: none;
  
  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-3e0eb45a-2541-4b49-8295-b9b79407e4b3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 11px;
text-align: center;
background-color: rgba(247, 247, 247, 1);
}

#s-3e0eb45a-2541-4b49-8295-b9b79407e4b3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Ponjoung";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



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

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

.shg-btn-text {
  
  
}

.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-acc58bbf-5a53-4709-ad7f-cf1152ab9f09 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(24, 86, 211, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-acc58bbf-5a53-4709-ad7f-cf1152ab9f09:hover {background-color: rgba(255, 151, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(24, 86, 211, 1) !important;}#s-acc58bbf-5a53-4709-ad7f-cf1152ab9f09:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNThhYmNiOGYtN2VlNy00MjJjLTk4MTQtOWZhOWViNjM5MmRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1OGFiY2I4Zi03ZWU3LTQyMmMtOTgxNC05ZmE5ZWI2MzkyZGYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-acc58bbf-5a53-4709-ad7f-cf1152ab9f09-root {
    text-align: center;
  }


#s-acc58bbf-5a53-4709-ad7f-cf1152ab9f09.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Ponjoung;
  display:  block ;
}
@media (min-width: 1200px){
  #s-acc58bbf-5a53-4709-ad7f-cf1152ab9f09-root {
    text-align: center;
  }


#s-acc58bbf-5a53-4709-ad7f-cf1152ab9f09.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Ponjoung;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-acc58bbf-5a53-4709-ad7f-cf1152ab9f09-root {
    text-align: center;
  }


#s-acc58bbf-5a53-4709-ad7f-cf1152ab9f09.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Ponjoung;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-acc58bbf-5a53-4709-ad7f-cf1152ab9f09-root {
    text-align: center;
  }


#s-acc58bbf-5a53-4709-ad7f-cf1152ab9f09.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Ponjoung;
  display:  block ;
}
}@media (max-width: 767px){
  #s-acc58bbf-5a53-4709-ad7f-cf1152ab9f09-root {
    text-align: center;
  }


#s-acc58bbf-5a53-4709-ad7f-cf1152ab9f09.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Ponjoung;
  display:  block ;
}
}
#s-75ecc5e4-fec8-4a7f-a05a-a57cfb35e429 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(233, 232, 226, 1);
}








#s-75ecc5e4-fec8-4a7f-a05a-a57cfb35e429 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75ecc5e4-fec8-4a7f-a05a-a57cfb35e429.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-eb195d81-7110-4a7b-af9d-142372726126 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-eb195d81-7110-4a7b-af9d-142372726126 {
  display: none;
}
#s-eb195d81-7110-4a7b-af9d-142372726126, #wrap-s-eb195d81-7110-4a7b-af9d-142372726126, #wrap-content-s-eb195d81-7110-4a7b-af9d-142372726126 { display: none !important; }}
#s-eb195d81-7110-4a7b-af9d-142372726126 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-eb195d81-7110-4a7b-af9d-142372726126 .shg-sld-nav-button.shg-sld-left,
#s-eb195d81-7110-4a7b-af9d-142372726126 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-759db59b-de69-477b-bff6-6445c71a2c54"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-759db59b-de69-477b-bff6-6445c71a2c54"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-759db59b-de69-477b-bff6-6445c71a2c54"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-759db59b-de69-477b-bff6-6445c71a2c54"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e459d4fc-7a7b-47c2-a72e-84d6e85b7f89 {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 40px;
padding-right: 0px;
min-height: 550px;
background-position: center center;
}








#s-e459d4fc-7a7b-47c2-a72e-84d6e85b7f89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e459d4fc-7a7b-47c2-a72e-84d6e85b7f89.shg-box.shg-c {
  justify-content: center;
}

#s-cfc4e305-dc1b-4c30-96f5-4908b0e22781 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-cfc4e305-dc1b-4c30-96f5-4908b0e22781 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cfc4e305-dc1b-4c30-96f5-4908b0e22781 {
  cursor: pointer;
}#s-cfc4e305-dc1b-4c30-96f5-4908b0e22781.shg-box.shg-c {
  justify-content: center;
}

#s-ac90e15f-002c-4379-b5af-fce1f6ba8bc2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-ac90e15f-002c-4379-b5af-fce1f6ba8bc2 {
  display: none;
}
#s-ac90e15f-002c-4379-b5af-fce1f6ba8bc2, #wrap-s-ac90e15f-002c-4379-b5af-fce1f6ba8bc2, #wrap-content-s-ac90e15f-002c-4379-b5af-fce1f6ba8bc2 { display: none !important; }}
#s-ac90e15f-002c-4379-b5af-fce1f6ba8bc2 .shogun-heading-component h2 {
  color: rgba(24, 86, 211, 1);
  font-weight:  900 ;
  font-family: "Nunito";
  font-style:  normal ;
  
  line-height: 1em;
  
  text-align: left;
}



#s-d2e92490-121c-4fbb-8ebf-4c9ee6e09cda {
  margin-top: 20px;
margin-bottom: 30px;
}

#s-993b0312-c2d7-4d58-ae4f-5e6436a89eee {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-993b0312-c2d7-4d58-ae4f-5e6436a89eee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-993b0312-c2d7-4d58-ae4f-5e6436a89eee.shg-box.shg-c {
  justify-content: center;
}

#s-0580fcb8-28ad-4759-af53-400bbc29a700 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(24, 86, 211, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0580fcb8-28ad-4759-af53-400bbc29a700:hover {background-color: rgba(9, 37, 94, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0580fcb8-28ad-4759-af53-400bbc29a700:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0580fcb8-28ad-4759-af53-400bbc29a700-root {
    text-align: center;
  }


#s-0580fcb8-28ad-4759-af53-400bbc29a700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0580fcb8-28ad-4759-af53-400bbc29a700-root {
    text-align: center;
  }


#s-0580fcb8-28ad-4759-af53-400bbc29a700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0580fcb8-28ad-4759-af53-400bbc29a700-root {
    text-align: center;
  }


#s-0580fcb8-28ad-4759-af53-400bbc29a700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0580fcb8-28ad-4759-af53-400bbc29a700-root {
    text-align: center;
  }


#s-0580fcb8-28ad-4759-af53-400bbc29a700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0580fcb8-28ad-4759-af53-400bbc29a700-root {
    text-align: center;
  }


#s-0580fcb8-28ad-4759-af53-400bbc29a700.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f95dc0b5-5207-4054-98e3-97f02bc40abd {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
}
@media (min-width: 1200px){#s-f95dc0b5-5207-4054-98e3-97f02bc40abd {
  display: none;
}
#s-f95dc0b5-5207-4054-98e3-97f02bc40abd, #wrap-s-f95dc0b5-5207-4054-98e3-97f02bc40abd, #wrap-content-s-f95dc0b5-5207-4054-98e3-97f02bc40abd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f95dc0b5-5207-4054-98e3-97f02bc40abd {
  display: none;
}
#s-f95dc0b5-5207-4054-98e3-97f02bc40abd, #wrap-s-f95dc0b5-5207-4054-98e3-97f02bc40abd, #wrap-content-s-f95dc0b5-5207-4054-98e3-97f02bc40abd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f95dc0b5-5207-4054-98e3-97f02bc40abd {
  display: none;
}
#s-f95dc0b5-5207-4054-98e3-97f02bc40abd, #wrap-s-f95dc0b5-5207-4054-98e3-97f02bc40abd, #wrap-content-s-f95dc0b5-5207-4054-98e3-97f02bc40abd { display: none !important; }}
#s-f95dc0b5-5207-4054-98e3-97f02bc40abd .shg-sld-dot {
  background-color: rgba(255, 151, 0, 1);
}

#s-f95dc0b5-5207-4054-98e3-97f02bc40abd .shg-sld-nav-button.shg-sld-left,
#s-f95dc0b5-5207-4054-98e3-97f02bc40abd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 151, 0, 1);
}

#s-a18cda47-14b6-448c-b63f-aa54ddec235c {
  margin-left: auto;
margin-right: auto;
background-color: rgba(247, 247, 247, 1);
}

@media (min-width: 0px) {
[id="s-a18cda47-14b6-448c-b63f-aa54ddec235c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a18cda47-14b6-448c-b63f-aa54ddec235c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a18cda47-14b6-448c-b63f-aa54ddec235c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a18cda47-14b6-448c-b63f-aa54ddec235c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1c5ee2b1-99e0-4623-a43c-018509131b20 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-1c5ee2b1-99e0-4623-a43c-018509131b20 {
  display: none;
}
#s-1c5ee2b1-99e0-4623-a43c-018509131b20, #wrap-s-1c5ee2b1-99e0-4623-a43c-018509131b20, #wrap-content-s-1c5ee2b1-99e0-4623-a43c-018509131b20 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c5ee2b1-99e0-4623-a43c-018509131b20 {
  display: none;
}
#s-1c5ee2b1-99e0-4623-a43c-018509131b20, #wrap-s-1c5ee2b1-99e0-4623-a43c-018509131b20, #wrap-content-s-1c5ee2b1-99e0-4623-a43c-018509131b20 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c5ee2b1-99e0-4623-a43c-018509131b20 {
  display: none;
}
#s-1c5ee2b1-99e0-4623-a43c-018509131b20, #wrap-s-1c5ee2b1-99e0-4623-a43c-018509131b20, #wrap-content-s-1c5ee2b1-99e0-4623-a43c-018509131b20 { display: none !important; }}







#s-1c5ee2b1-99e0-4623-a43c-018509131b20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c5ee2b1-99e0-4623-a43c-018509131b20.shg-box.shg-c {
  justify-content: center;
}

#s-ec19fc22-2dda-447d-9485-f02bfff92537 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-ec19fc22-2dda-447d-9485-f02bfff92537 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec19fc22-2dda-447d-9485-f02bfff92537.shg-box.shg-c {
  justify-content: center;
}

#s-e8168a6b-035b-45ce-b612-4d8651823c20 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
text-align: center;
}
@media (min-width: 1200px){#s-e8168a6b-035b-45ce-b612-4d8651823c20 {
  display: none;
}
#s-e8168a6b-035b-45ce-b612-4d8651823c20, #wrap-s-e8168a6b-035b-45ce-b612-4d8651823c20, #wrap-content-s-e8168a6b-035b-45ce-b612-4d8651823c20 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8168a6b-035b-45ce-b612-4d8651823c20 {
  display: none;
}
#s-e8168a6b-035b-45ce-b612-4d8651823c20, #wrap-s-e8168a6b-035b-45ce-b612-4d8651823c20, #wrap-content-s-e8168a6b-035b-45ce-b612-4d8651823c20 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e8168a6b-035b-45ce-b612-4d8651823c20 {
  display: none;
}
#s-e8168a6b-035b-45ce-b612-4d8651823c20, #wrap-s-e8168a6b-035b-45ce-b612-4d8651823c20, #wrap-content-s-e8168a6b-035b-45ce-b612-4d8651823c20 { display: none !important; }}
#s-e8168a6b-035b-45ce-b612-4d8651823c20 .shogun-heading-component h2 {
  color: rgba(24, 86, 211, 1);
  font-weight:  normal ;
  font-family: "chantal";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  
  
}



#s-f7ab72bf-5924-42ca-95a3-bd34cd27c249 {
  margin-top: 20px;
margin-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
}
@media (min-width: 1200px){#s-f7ab72bf-5924-42ca-95a3-bd34cd27c249 {
  display: none;
}
#s-f7ab72bf-5924-42ca-95a3-bd34cd27c249, #wrap-s-f7ab72bf-5924-42ca-95a3-bd34cd27c249, #wrap-content-s-f7ab72bf-5924-42ca-95a3-bd34cd27c249 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7ab72bf-5924-42ca-95a3-bd34cd27c249 {
  display: none;
}
#s-f7ab72bf-5924-42ca-95a3-bd34cd27c249, #wrap-s-f7ab72bf-5924-42ca-95a3-bd34cd27c249, #wrap-content-s-f7ab72bf-5924-42ca-95a3-bd34cd27c249 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f7ab72bf-5924-42ca-95a3-bd34cd27c249 {
  display: none;
}
#s-f7ab72bf-5924-42ca-95a3-bd34cd27c249, #wrap-s-f7ab72bf-5924-42ca-95a3-bd34cd27c249, #wrap-content-s-f7ab72bf-5924-42ca-95a3-bd34cd27c249 { display: none !important; }}
#s-ac80b99c-31f9-40e7-bef1-0f1debbf90d1 {
  background-color: rgba(233, 232, 226, 1);
}

@media (min-width: 0px) {
[id="s-ac80b99c-31f9-40e7-bef1-0f1debbf90d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac80b99c-31f9-40e7-bef1-0f1debbf90d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ac80b99c-31f9-40e7-bef1-0f1debbf90d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac80b99c-31f9-40e7-bef1-0f1debbf90d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-15d5fd0e-7fb1-4317-94a0-be9cb551b424 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 0px;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-15d5fd0e-7fb1-4317-94a0-be9cb551b424 {
  display: none;
}
#s-15d5fd0e-7fb1-4317-94a0-be9cb551b424, #wrap-s-15d5fd0e-7fb1-4317-94a0-be9cb551b424, #wrap-content-s-15d5fd0e-7fb1-4317-94a0-be9cb551b424 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15d5fd0e-7fb1-4317-94a0-be9cb551b424 {
  display: none;
}
#s-15d5fd0e-7fb1-4317-94a0-be9cb551b424, #wrap-s-15d5fd0e-7fb1-4317-94a0-be9cb551b424, #wrap-content-s-15d5fd0e-7fb1-4317-94a0-be9cb551b424 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-15d5fd0e-7fb1-4317-94a0-be9cb551b424 {
  display: none;
}
#s-15d5fd0e-7fb1-4317-94a0-be9cb551b424, #wrap-s-15d5fd0e-7fb1-4317-94a0-be9cb551b424, #wrap-content-s-15d5fd0e-7fb1-4317-94a0-be9cb551b424 { display: none !important; }}







#s-15d5fd0e-7fb1-4317-94a0-be9cb551b424 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15d5fd0e-7fb1-4317-94a0-be9cb551b424.shg-box.shg-c {
  justify-content: center;
}

#s-4d4ab2ad-c24e-4038-8d56-8c239d03463c {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 1200px){#s-4d4ab2ad-c24e-4038-8d56-8c239d03463c {
  display: none;
}
#s-4d4ab2ad-c24e-4038-8d56-8c239d03463c, #wrap-s-4d4ab2ad-c24e-4038-8d56-8c239d03463c, #wrap-content-s-4d4ab2ad-c24e-4038-8d56-8c239d03463c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d4ab2ad-c24e-4038-8d56-8c239d03463c {
  display: none;
}
#s-4d4ab2ad-c24e-4038-8d56-8c239d03463c, #wrap-s-4d4ab2ad-c24e-4038-8d56-8c239d03463c, #wrap-content-s-4d4ab2ad-c24e-4038-8d56-8c239d03463c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d4ab2ad-c24e-4038-8d56-8c239d03463c {
  display: none;
}
#s-4d4ab2ad-c24e-4038-8d56-8c239d03463c, #wrap-s-4d4ab2ad-c24e-4038-8d56-8c239d03463c, #wrap-content-s-4d4ab2ad-c24e-4038-8d56-8c239d03463c { display: none !important; }}







#s-4d4ab2ad-c24e-4038-8d56-8c239d03463c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d4ab2ad-c24e-4038-8d56-8c239d03463c.shg-box.shg-c {
  justify-content: center;
}

#s-27e283ad-4503-490d-adfe-6f86366b4cce {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-27e283ad-4503-490d-adfe-6f86366b4cce .shogun-heading-component h1 {
  color: rgba(24, 86, 211, 1);
  font-weight:  normal ;
  font-family: "chantal";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-fb5c8d40-ffd2-4a38-94cb-e4d774bae4d7 {
  margin-top: 20px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-fb5c8d40-ffd2-4a38-94cb-e4d774bae4d7 {
  display: none;
}
#s-fb5c8d40-ffd2-4a38-94cb-e4d774bae4d7, #wrap-s-fb5c8d40-ffd2-4a38-94cb-e4d774bae4d7, #wrap-content-s-fb5c8d40-ffd2-4a38-94cb-e4d774bae4d7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb5c8d40-ffd2-4a38-94cb-e4d774bae4d7 {
  display: none;
}
#s-fb5c8d40-ffd2-4a38-94cb-e4d774bae4d7, #wrap-s-fb5c8d40-ffd2-4a38-94cb-e4d774bae4d7, #wrap-content-s-fb5c8d40-ffd2-4a38-94cb-e4d774bae4d7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb5c8d40-ffd2-4a38-94cb-e4d774bae4d7 {
  display: none;
}
#s-fb5c8d40-ffd2-4a38-94cb-e4d774bae4d7, #wrap-s-fb5c8d40-ffd2-4a38-94cb-e4d774bae4d7, #wrap-content-s-fb5c8d40-ffd2-4a38-94cb-e4d774bae4d7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-225cdd69-5c42-4878-87b5-5116cec29e51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-225cdd69-5c42-4878-87b5-5116cec29e51"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-225cdd69-5c42-4878-87b5-5116cec29e51"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-225cdd69-5c42-4878-87b5-5116cec29e51"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-adc6a6fe-a9cf-4507-a211-0a58aaf9e43e {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 40px;
padding-right: 0px;
min-height: 300px;
background-position: center center;
}








#s-adc6a6fe-a9cf-4507-a211-0a58aaf9e43e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-adc6a6fe-a9cf-4507-a211-0a58aaf9e43e.shg-box.shg-c {
  justify-content: center;
}

#s-83c5af1c-5065-4fc9-b858-164a3e339ab1 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 1200px){#s-83c5af1c-5065-4fc9-b858-164a3e339ab1 {
  display: none;
}
#s-83c5af1c-5065-4fc9-b858-164a3e339ab1, #wrap-s-83c5af1c-5065-4fc9-b858-164a3e339ab1, #wrap-content-s-83c5af1c-5065-4fc9-b858-164a3e339ab1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-83c5af1c-5065-4fc9-b858-164a3e339ab1 {
  display: none;
}
#s-83c5af1c-5065-4fc9-b858-164a3e339ab1, #wrap-s-83c5af1c-5065-4fc9-b858-164a3e339ab1, #wrap-content-s-83c5af1c-5065-4fc9-b858-164a3e339ab1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-83c5af1c-5065-4fc9-b858-164a3e339ab1 {
  display: none;
}
#s-83c5af1c-5065-4fc9-b858-164a3e339ab1, #wrap-s-83c5af1c-5065-4fc9-b858-164a3e339ab1, #wrap-content-s-83c5af1c-5065-4fc9-b858-164a3e339ab1 { display: none !important; }}







#s-83c5af1c-5065-4fc9-b858-164a3e339ab1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83c5af1c-5065-4fc9-b858-164a3e339ab1.shg-box.shg-c {
  justify-content: center;
}

#s-af1eef92-804b-459b-bfb7-d67e1b76ee7c {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}

#s-af1eef92-804b-459b-bfb7-d67e1b76ee7c .shogun-heading-component h1 {
  color: rgba(24, 86, 211, 1);
  font-weight:  900 ;
  font-family: "Nunito";
  font-style:  normal ;
  
  
  
  
}



#s-fa9a3c31-21d6-42b5-bc20-3fcae56a75b2 {
  margin-top: 20px;
margin-bottom: 30px;
}

#s-5c0add84-a1c4-4cf3-af94-131da2c79a58 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5c0add84-a1c4-4cf3-af94-131da2c79a58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5c0add84-a1c4-4cf3-af94-131da2c79a58.shg-box.shg-c {
  justify-content: center;
}

#s-846fba35-d612-4fb7-b0c8-df9fe14abc38 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(24, 86, 211, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-846fba35-d612-4fb7-b0c8-df9fe14abc38:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-846fba35-d612-4fb7-b0c8-df9fe14abc38:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-846fba35-d612-4fb7-b0c8-df9fe14abc38-root {
    text-align: center;
  }


#s-846fba35-d612-4fb7-b0c8-df9fe14abc38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-846fba35-d612-4fb7-b0c8-df9fe14abc38-root {
    text-align: center;
  }


#s-846fba35-d612-4fb7-b0c8-df9fe14abc38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-846fba35-d612-4fb7-b0c8-df9fe14abc38-root {
    text-align: center;
  }


#s-846fba35-d612-4fb7-b0c8-df9fe14abc38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-846fba35-d612-4fb7-b0c8-df9fe14abc38-root {
    text-align: center;
  }


#s-846fba35-d612-4fb7-b0c8-df9fe14abc38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-846fba35-d612-4fb7-b0c8-df9fe14abc38-root {
    text-align: center;
  }


#s-846fba35-d612-4fb7-b0c8-df9fe14abc38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-badeb45b-f20c-425a-9b2f-47a93be2293f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-badeb45b-f20c-425a-9b2f-47a93be2293f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-badeb45b-f20c-425a-9b2f-47a93be2293f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-badeb45b-f20c-425a-9b2f-47a93be2293f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-cee54e85-2e20-4f7d-a279-346417f6a61c {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 40px;
padding-right: 0px;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-cee54e85-2e20-4f7d-a279-346417f6a61c {
  display: none;
}
#s-cee54e85-2e20-4f7d-a279-346417f6a61c, #wrap-s-cee54e85-2e20-4f7d-a279-346417f6a61c, #wrap-content-s-cee54e85-2e20-4f7d-a279-346417f6a61c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cee54e85-2e20-4f7d-a279-346417f6a61c {
  display: none;
}
#s-cee54e85-2e20-4f7d-a279-346417f6a61c, #wrap-s-cee54e85-2e20-4f7d-a279-346417f6a61c, #wrap-content-s-cee54e85-2e20-4f7d-a279-346417f6a61c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cee54e85-2e20-4f7d-a279-346417f6a61c {
  display: none;
}
#s-cee54e85-2e20-4f7d-a279-346417f6a61c, #wrap-s-cee54e85-2e20-4f7d-a279-346417f6a61c, #wrap-content-s-cee54e85-2e20-4f7d-a279-346417f6a61c { display: none !important; }}







#s-cee54e85-2e20-4f7d-a279-346417f6a61c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cee54e85-2e20-4f7d-a279-346417f6a61c.shg-box.shg-c {
  justify-content: center;
}

#s-dc8b6ad2-0b02-4683-8040-5895e77fb840 {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-dc8b6ad2-0b02-4683-8040-5895e77fb840 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc8b6ad2-0b02-4683-8040-5895e77fb840.shg-box.shg-c {
  justify-content: center;
}

#s-29ea86a2-c8a2-491c-93f6-c4b534c60dbe {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-29ea86a2-c8a2-491c-93f6-c4b534c60dbe {
  display: none;
}
#s-29ea86a2-c8a2-491c-93f6-c4b534c60dbe, #wrap-s-29ea86a2-c8a2-491c-93f6-c4b534c60dbe, #wrap-content-s-29ea86a2-c8a2-491c-93f6-c4b534c60dbe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29ea86a2-c8a2-491c-93f6-c4b534c60dbe {
  display: none;
}
#s-29ea86a2-c8a2-491c-93f6-c4b534c60dbe, #wrap-s-29ea86a2-c8a2-491c-93f6-c4b534c60dbe, #wrap-content-s-29ea86a2-c8a2-491c-93f6-c4b534c60dbe { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-29ea86a2-c8a2-491c-93f6-c4b534c60dbe {
  display: none;
}
#s-29ea86a2-c8a2-491c-93f6-c4b534c60dbe, #wrap-s-29ea86a2-c8a2-491c-93f6-c4b534c60dbe, #wrap-content-s-29ea86a2-c8a2-491c-93f6-c4b534c60dbe { display: none !important; }}
#s-29ea86a2-c8a2-491c-93f6-c4b534c60dbe .shogun-heading-component h1 {
  color: rgba(24, 86, 211, 1);
  font-weight:  normal ;
  font-family: "chantal";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-f10b5210-caf3-451a-ba21-4c664d8d9fb9 {
  margin-top: 20px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-f10b5210-caf3-451a-ba21-4c664d8d9fb9 {
  display: none;
}
#s-f10b5210-caf3-451a-ba21-4c664d8d9fb9, #wrap-s-f10b5210-caf3-451a-ba21-4c664d8d9fb9, #wrap-content-s-f10b5210-caf3-451a-ba21-4c664d8d9fb9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f10b5210-caf3-451a-ba21-4c664d8d9fb9 {
  display: none;
}
#s-f10b5210-caf3-451a-ba21-4c664d8d9fb9, #wrap-s-f10b5210-caf3-451a-ba21-4c664d8d9fb9, #wrap-content-s-f10b5210-caf3-451a-ba21-4c664d8d9fb9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f10b5210-caf3-451a-ba21-4c664d8d9fb9 {
  display: none;
}
#s-f10b5210-caf3-451a-ba21-4c664d8d9fb9, #wrap-s-f10b5210-caf3-451a-ba21-4c664d8d9fb9, #wrap-content-s-f10b5210-caf3-451a-ba21-4c664d8d9fb9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1326cdd5-6ee6-4653-b2e0-ef3d985fb418"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-1326cdd5-6ee6-4653-b2e0-ef3d985fb418"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-1326cdd5-6ee6-4653-b2e0-ef3d985fb418"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-1326cdd5-6ee6-4653-b2e0-ef3d985fb418"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-54d5522f-f99e-43c9-bf57-0cd0cf8da05b {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-54d5522f-f99e-43c9-bf57-0cd0cf8da05b {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-54d5522f-f99e-43c9-bf57-0cd0cf8da05b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-54d5522f-f99e-43c9-bf57-0cd0cf8da05b {
  cursor: pointer;
}#s-54d5522f-f99e-43c9-bf57-0cd0cf8da05b.shg-box.shg-c {
  justify-content: center;
}

#s-52ef5c82-036c-4720-a635-281dd7c8c419 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
border-radius: 0px;
min-height: 60px;
max-width: 60px;
}








#s-52ef5c82-036c-4720-a635-281dd7c8c419 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52ef5c82-036c-4720-a635-281dd7c8c419.shg-box.shg-c {
  justify-content: center;
}

.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;
  flex-direction: column;
  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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-1f891156-afac-4dd1-9ff3-3c687d2232c6 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 1024px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1f891156-afac-4dd1-9ff3-3c687d2232c6 {
  overflow: hidden;
  
  
      max-width: 1024px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-1f891156-afac-4dd1-9ff3-3c687d2232c6 img.shogun-image,
  #s-1f891156-afac-4dd1-9ff3-3c687d2232c6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f891156-afac-4dd1-9ff3-3c687d2232c6 {
    width: 100%;
    height: auto;
  }



  #s-1f891156-afac-4dd1-9ff3-3c687d2232c6 img.shogun-image {
    

    
    
    
  }


#s-1f891156-afac-4dd1-9ff3-3c687d2232c6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fd5b9327-abb6-41ea-a6df-a5934ed17e49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd5b9327-abb6-41ea-a6df-a5934ed17e49 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-64cbe51a-2ff7-480e-b7e1-09e3924614a9 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-64cbe51a-2ff7-480e-b7e1-09e3924614a9 {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-64cbe51a-2ff7-480e-b7e1-09e3924614a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-64cbe51a-2ff7-480e-b7e1-09e3924614a9 {
  cursor: pointer;
}#s-64cbe51a-2ff7-480e-b7e1-09e3924614a9.shg-box.shg-c {
  justify-content: center;
}

#s-4a7067e5-e4f0-47f2-8569-8e15d590c605 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
border-radius: 0px;
min-height: 60px;
max-width: 60px;
background-color: rgba(0, 0, 0, 1);
}








#s-4a7067e5-e4f0-47f2-8569-8e15d590c605 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a7067e5-e4f0-47f2-8569-8e15d590c605.shg-box.shg-c {
  justify-content: center;
}

#s-a10eacfb-ade1-4e9e-91d8-f866f262007d {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 2560px;
aspect-ratio: 1/1;
text-align: center;
opacity: 1;
}
#s-a10eacfb-ade1-4e9e-91d8-f866f262007d:hover {border-style: solid !important;
border-color: rgba(44, 42, 52, 1) !important;}
#s-a10eacfb-ade1-4e9e-91d8-f866f262007d {
  overflow: hidden;
  
  
      max-width: 2560px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-a10eacfb-ade1-4e9e-91d8-f866f262007d img.shogun-image,
  #s-a10eacfb-ade1-4e9e-91d8-f866f262007d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a10eacfb-ade1-4e9e-91d8-f866f262007d {
    width: 100%;
    height: auto;
  }



  #s-a10eacfb-ade1-4e9e-91d8-f866f262007d img.shogun-image {
    

    
    
    
  }


#s-a10eacfb-ade1-4e9e-91d8-f866f262007d .shogun-image-content {
  
    justify-content: center;
  
}

#s-9a829963-1e62-41e3-8614-9131324fb134 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a829963-1e62-41e3-8614-9131324fb134 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-1c201791-18c0-45ef-91e8-f2f3ba2457c0 {
  min-height: 50px;
}








#s-1c201791-18c0-45ef-91e8-f2f3ba2457c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c201791-18c0-45ef-91e8-f2f3ba2457c0.shg-box.shg-c {
  justify-content: center;
}

#s-f250fdb2-518b-4723-97ef-de42f40b6ab8 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-f250fdb2-518b-4723-97ef-de42f40b6ab8 {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-f250fdb2-518b-4723-97ef-de42f40b6ab8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f250fdb2-518b-4723-97ef-de42f40b6ab8.shg-box.shg-c {
  justify-content: center;
}

#s-a9cd7148-cd78-4f98-aadd-63b05d70853e {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
border-radius: 0px;
min-height: 60px;
max-width: 60px;
background-color: rgba(0, 0, 0, 1);
}








#s-a9cd7148-cd78-4f98-aadd-63b05d70853e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a9cd7148-cd78-4f98-aadd-63b05d70853e.shg-box.shg-c {
  justify-content: center;
}

#s-39500458-37c0-4818-8726-a58d6c028b65 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
opacity: 1;
}
#s-39500458-37c0-4818-8726-a58d6c028b65:hover {border-style: solid !important;
border-color: rgba(44, 42, 52, 1) !important;}
#s-39500458-37c0-4818-8726-a58d6c028b65 {
  overflow: hidden;
  
  
      max-width: 2048px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-39500458-37c0-4818-8726-a58d6c028b65 img.shogun-image,
  #s-39500458-37c0-4818-8726-a58d6c028b65 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-39500458-37c0-4818-8726-a58d6c028b65 {
    width: 100%;
    height: auto;
  }



  #s-39500458-37c0-4818-8726-a58d6c028b65 img.shogun-image {
    

    
    
    
  }


#s-39500458-37c0-4818-8726-a58d6c028b65 .shogun-image-content {
  
    justify-content: center;
  
}

#s-44c78d63-edbd-46fc-ba2a-7d671290eee1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-44c78d63-edbd-46fc-ba2a-7d671290eee1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-f20a6973-c9d5-48c5-a536-9445f2c47f76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f20a6973-c9d5-48c5-a536-9445f2c47f76 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}


@media (max-width: 767px){#s-f20a6973-c9d5-48c5-a536-9445f2c47f76 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-8c520b97-819c-4145-b8e8-a81d3de9aba6 {
  margin-top: -18px;
margin-left: 36%;
margin-right: 36%;
}

#s-8c520b97-819c-4145-b8e8-a81d3de9aba6 hr {
  border-top: 3px solid #000;
}

#s-184e9800-f885-4297-b60b-bc0bac5e0585 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(247, 247, 247, 1);
}

@media (min-width: 0px) {
[id="s-184e9800-f885-4297-b60b-bc0bac5e0585"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-184e9800-f885-4297-b60b-bc0bac5e0585"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-184e9800-f885-4297-b60b-bc0bac5e0585"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-184e9800-f885-4297-b60b-bc0bac5e0585"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 {
  margin-left: auto;
margin-right: auto;
max-width: 4000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa9fba98-2d8d-4fff-8f4d-32fda887a335-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image {
  box-sizing: border-box;
}



.s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image-container {
      position: relative;
    }

    .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

@media (min-width: 1200px){#s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa9fba98-2d8d-4fff-8f4d-32fda887a335-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image {
  box-sizing: border-box;
}



.s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image-container {
      position: relative;
    }

    .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa9fba98-2d8d-4fff-8f4d-32fda887a335-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image {
  box-sizing: border-box;
}



.s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image-container {
      position: relative;
    }

    .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa9fba98-2d8d-4fff-8f4d-32fda887a335-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image {
  box-sizing: border-box;
}



.s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image-container {
      position: relative;
    }

    .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (max-width: 767px){#s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 {
  margin: 0 !important;
  overflow: visible;
}

#s-fa9fba98-2d8d-4fff-8f4d-32fda887a335-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 img.shogun-image {
  /* Add background color handling */
  
}

#s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image {
  box-sizing: border-box;
}



.s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image-container {
      position: relative;
    }

    .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa9fba98-2d8d-4fff-8f4d-32fda887a335 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}
#s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 {
  margin-left: auto;
margin-right: auto;
max-width: 4000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c8c0a637-0517-409e-9ad8-2b4c203b15c4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image {
  box-sizing: border-box;
}



.s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image-container {
      position: relative;
    }

    .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

@media (min-width: 1200px){#s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c8c0a637-0517-409e-9ad8-2b4c203b15c4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image {
  box-sizing: border-box;
}



.s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image-container {
      position: relative;
    }

    .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c8c0a637-0517-409e-9ad8-2b4c203b15c4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image {
  box-sizing: border-box;
}



.s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image-container {
      position: relative;
    }

    .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c8c0a637-0517-409e-9ad8-2b4c203b15c4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image {
  box-sizing: border-box;
}



.s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image-container {
      position: relative;
    }

    .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}@media (max-width: 767px){#s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 {
  margin: 0 !important;
  overflow: visible;
}

#s-c8c0a637-0517-409e-9ad8-2b4c203b15c4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 img.shogun-image {
  /* Add background color handling */
  
}

#s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4000px;
  }



  img.s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image {
    
    
    
    max-height: 4000px;
  }


.s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image {
  box-sizing: border-box;
}



.s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image-container {
      position: relative;
    }

    .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8c0a637-0517-409e-9ad8-2b4c203b15c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4000px;
    }
  }

}
#s-40aba709-d8c4-4a13-a5d2-86f94b05a076 {
  margin-top: -100px;
margin-bottom: -100px;
padding-top: 100px;
padding-bottom: 100px;
min-height: 50px;
}








#s-40aba709-d8c4-4a13-a5d2-86f94b05a076 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40aba709-d8c4-4a13-a5d2-86f94b05a076.shg-box.shg-c {
  justify-content: center;
}

#s-ff08638e-c582-4a87-ad13-a3bbebf449e5 {
  padding-top: 50px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ff08638e-c582-4a87-ad13-a3bbebf449e5 {
  display: none;
}
#s-ff08638e-c582-4a87-ad13-a3bbebf449e5, #wrap-s-ff08638e-c582-4a87-ad13-a3bbebf449e5, #wrap-content-s-ff08638e-c582-4a87-ad13-a3bbebf449e5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff08638e-c582-4a87-ad13-a3bbebf449e5 {
  display: none;
}
#s-ff08638e-c582-4a87-ad13-a3bbebf449e5, #wrap-s-ff08638e-c582-4a87-ad13-a3bbebf449e5, #wrap-content-s-ff08638e-c582-4a87-ad13-a3bbebf449e5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff08638e-c582-4a87-ad13-a3bbebf449e5 {
  display: none;
}
#s-ff08638e-c582-4a87-ad13-a3bbebf449e5, #wrap-s-ff08638e-c582-4a87-ad13-a3bbebf449e5, #wrap-content-s-ff08638e-c582-4a87-ad13-a3bbebf449e5 { display: none !important; }}







#s-ff08638e-c582-4a87-ad13-a3bbebf449e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff08638e-c582-4a87-ad13-a3bbebf449e5.shg-box.shg-c {
  justify-content: center;
}

#s-7e032dd4-765b-4021-8da4-1b9c7d41da58 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e032dd4-765b-4021-8da4-1b9c7d41da58 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}


@media (max-width: 767px){#s-7e032dd4-765b-4021-8da4-1b9c7d41da58 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-4fda5014-7f61-4534-856f-de06691c5aa6 {
  margin-top: -18px;
margin-left: 36%;
margin-right: 36%;
}

#s-4fda5014-7f61-4534-856f-de06691c5aa6 hr {
  border-top: 3px solid #000;
}

#s-c90ac3c1-5aa8-478d-a2be-a8d485488a9c {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 0.55);
}
@media (min-width: 992px) and (max-width: 1199px){#s-c90ac3c1-5aa8-478d-a2be-a8d485488a9c {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-c90ac3c1-5aa8-478d-a2be-a8d485488a9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c90ac3c1-5aa8-478d-a2be-a8d485488a9c.shg-box.shg-c {
  justify-content: center;
}

#s-d2596325-c63c-4cd4-aea0-c4d2dea48dbb {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1400px;
background-color: rgba(203, 229, 252, 0);
}

@media (min-width: 0px) {
[id="s-d2596325-c63c-4cd4-aea0-c4d2dea48dbb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2596325-c63c-4cd4-aea0-c4d2dea48dbb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d2596325-c63c-4cd4-aea0-c4d2dea48dbb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2596325-c63c-4cd4-aea0-c4d2dea48dbb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-319fb4ee-6e85-41f9-92e7-509f01861a77 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-319fb4ee-6e85-41f9-92e7-509f01861a77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-319fb4ee-6e85-41f9-92e7-509f01861a77.shg-box.shg-c {
  justify-content: center;
}

#s-560f8b5a-19a6-4816-bce6-dc9f27ce2012 {
  text-align: left;
}

#s-560f8b5a-19a6-4816-bce6-dc9f27ce2012 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-560f8b5a-19a6-4816-bce6-dc9f27ce2012 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-560f8b5a-19a6-4816-bce6-dc9f27ce2012 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-f4b19e94-c49c-483b-8703-bb128250ddf6 {
  text-align: left;
}

#s-f4b19e94-c49c-483b-8703-bb128250ddf6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-f4b19e94-c49c-483b-8703-bb128250ddf6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-f4b19e94-c49c-483b-8703-bb128250ddf6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


}
#s-36677744-f5f5-4659-9b4c-1d6181f2e6d3 {
  background-attachment: scroll;
}








#s-36677744-f5f5-4659-9b4c-1d6181f2e6d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-36677744-f5f5-4659-9b4c-1d6181f2e6d3.shg-box.shg-c {
  justify-content: center;
}

#s-740b31e1-dc16-4301-8ec7-ac60cac6a5af {
  margin-left: 20%;
margin-right: 20%;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}

#s-740b31e1-dc16-4301-8ec7-ac60cac6a5af {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-740b31e1-dc16-4301-8ec7-ac60cac6a5af img.shogun-image,
  #s-740b31e1-dc16-4301-8ec7-ac60cac6a5af .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-740b31e1-dc16-4301-8ec7-ac60cac6a5af {
    width: 100%;
    height: auto;
  }



  #s-740b31e1-dc16-4301-8ec7-ac60cac6a5af img.shogun-image {
    

    
    
    
  }


#s-740b31e1-dc16-4301-8ec7-ac60cac6a5af .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-944f4fea-60fd-4877-a16a-6bb16f9836d8 {
  min-height: 50px;
}
@media (max-width: 767px){#s-944f4fea-60fd-4877-a16a-6bb16f9836d8 {
  margin-top: 20px;
}
}







#s-944f4fea-60fd-4877-a16a-6bb16f9836d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-944f4fea-60fd-4877-a16a-6bb16f9836d8.shg-box.shg-c {
  justify-content: center;
}

#s-9e49ed7a-52fb-486c-b6b6-57ce0b1c76fe {
  text-align: left;
}

#s-9e49ed7a-52fb-486c-b6b6-57ce0b1c76fe .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-9e49ed7a-52fb-486c-b6b6-57ce0b1c76fe .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-9e49ed7a-52fb-486c-b6b6-57ce0b1c76fe .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-0f9483a8-1d33-46c9-8b3f-ee85c78691c4 {
  text-align: left;
}

#s-0f9483a8-1d33-46c9-8b3f-ee85c78691c4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-0f9483a8-1d33-46c9-8b3f-ee85c78691c4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-0f9483a8-1d33-46c9-8b3f-ee85c78691c4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-5e24109a-5b73-49f9-ae90-88d1441ca0bb {
  padding-top: 50px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-5e24109a-5b73-49f9-ae90-88d1441ca0bb {
  display: none;
}
#s-5e24109a-5b73-49f9-ae90-88d1441ca0bb, #wrap-s-5e24109a-5b73-49f9-ae90-88d1441ca0bb, #wrap-content-s-5e24109a-5b73-49f9-ae90-88d1441ca0bb { display: none !important; }}







#s-5e24109a-5b73-49f9-ae90-88d1441ca0bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e24109a-5b73-49f9-ae90-88d1441ca0bb.shg-box.shg-c {
  justify-content: center;
}

#s-f826d82a-1b6c-4124-91d4-5605eafb6a93 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f826d82a-1b6c-4124-91d4-5605eafb6a93 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}


@media (max-width: 767px){#s-f826d82a-1b6c-4124-91d4-5605eafb6a93 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-973b2796-d656-4094-b10f-81a40ebf414b {
  margin-top: -18px;
margin-left: 36%;
margin-right: 36%;
}

#s-973b2796-d656-4094-b10f-81a40ebf414b hr {
  border-top: 3px solid #000;
}

#s-3f982232-76f0-460e-8644-bc5262942294 {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 0.55);
}
@media (min-width: 992px) and (max-width: 1199px){#s-3f982232-76f0-460e-8644-bc5262942294 {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-3f982232-76f0-460e-8644-bc5262942294 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f982232-76f0-460e-8644-bc5262942294.shg-box.shg-c {
  justify-content: center;
}

#s-81abe6b1-44df-4df2-a96d-d0b5fd23471b {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1400px;
background-color: rgba(203, 229, 252, 0);
}

@media (min-width: 0px) {
[id="s-81abe6b1-44df-4df2-a96d-d0b5fd23471b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81abe6b1-44df-4df2-a96d-d0b5fd23471b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-81abe6b1-44df-4df2-a96d-d0b5fd23471b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-81abe6b1-44df-4df2-a96d-d0b5fd23471b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-82c54804-212a-401d-8e1d-6c5ba737d740 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-82c54804-212a-401d-8e1d-6c5ba737d740 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-82c54804-212a-401d-8e1d-6c5ba737d740.shg-box.shg-c {
  justify-content: center;
}

#s-619c6f62-1ba5-4354-9e18-25d33e104ce8 {
  text-align: left;
}

#s-619c6f62-1ba5-4354-9e18-25d33e104ce8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-619c6f62-1ba5-4354-9e18-25d33e104ce8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-619c6f62-1ba5-4354-9e18-25d33e104ce8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-309f072e-779b-4ce3-a6ee-8b3aa9bb973a {
  text-align: left;
}

#s-309f072e-779b-4ce3-a6ee-8b3aa9bb973a .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-309f072e-779b-4ce3-a6ee-8b3aa9bb973a .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-309f072e-779b-4ce3-a6ee-8b3aa9bb973a .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


}
#s-7b98480f-e5b5-4211-aed1-67422c67a4c2 {
  min-height: 50px;
}








#s-7b98480f-e5b5-4211-aed1-67422c67a4c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b98480f-e5b5-4211-aed1-67422c67a4c2.shg-box.shg-c {
  justify-content: center;
}

#s-ea4a50fa-851b-40e3-bb51-fcbe01660a4f {
  margin-top: -200px;
margin-bottom: -200px;
text-align: center;
}
@media (max-width: 767px){#s-ea4a50fa-851b-40e3-bb51-fcbe01660a4f {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-ea4a50fa-851b-40e3-bb51-fcbe01660a4f {
  overflow: hidden;
  
  
}







  #s-ea4a50fa-851b-40e3-bb51-fcbe01660a4f img.shogun-image {
    

    
    
    
  }


#s-ea4a50fa-851b-40e3-bb51-fcbe01660a4f .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-7e873bd5-9f4e-4f69-90b1-acee8d2e7bb9 {
  min-height: 50px;
}
@media (max-width: 767px){#s-7e873bd5-9f4e-4f69-90b1-acee8d2e7bb9 {
  margin-top: 20px;
}
}







#s-7e873bd5-9f4e-4f69-90b1-acee8d2e7bb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7e873bd5-9f4e-4f69-90b1-acee8d2e7bb9.shg-box.shg-c {
  justify-content: center;
}

#s-af16e6ae-1d97-4130-a04a-019aa9d7f804 {
  text-align: left;
}

#s-af16e6ae-1d97-4130-a04a-019aa9d7f804 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-af16e6ae-1d97-4130-a04a-019aa9d7f804 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-af16e6ae-1d97-4130-a04a-019aa9d7f804 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-31f4536c-2022-4487-ad8e-4ef5cda3af82 {
  text-align: left;
}

#s-31f4536c-2022-4487-ad8e-4ef5cda3af82 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-31f4536c-2022-4487-ad8e-4ef5cda3af82 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-31f4536c-2022-4487-ad8e-4ef5cda3af82 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-d2764a81-2ec9-4e1e-8792-3bf3b20ed84d {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d2764a81-2ec9-4e1e-8792-3bf3b20ed84d {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-d2764a81-2ec9-4e1e-8792-3bf3b20ed84d {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-d2764a81-2ec9-4e1e-8792-3bf3b20ed84d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2764a81-2ec9-4e1e-8792-3bf3b20ed84d.shg-box.shg-c {
  justify-content: center;
}

#s-746177cf-92ad-46a7-bc48-ea0dca88461c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-746177cf-92ad-46a7-bc48-ea0dca88461c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-746177cf-92ad-46a7-bc48-ea0dca88461c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e4ac740a-69dc-4544-a043-eab4c37541db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4ac740a-69dc-4544-a043-eab4c37541db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-e4ac740a-69dc-4544-a043-eab4c37541db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-e4ac740a-69dc-4544-a043-eab4c37541db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-d5164ddc-c06e-47f4-ad4c-e905a04fd436 {
  min-height: 50px;
}








#s-d5164ddc-c06e-47f4-ad4c-e905a04fd436 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5164ddc-c06e-47f4-ad4c-e905a04fd436.shg-box.shg-c {
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-b3b100e0-8cd1-4dcd-843a-64cb8e1f799b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-b3b100e0-8cd1-4dcd-843a-64cb8e1f799b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-b3b100e0-8cd1-4dcd-843a-64cb8e1f799b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-b3b100e0-8cd1-4dcd-843a-64cb8e1f799b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b3b100e0-8cd1-4dcd-843a-64cb8e1f799b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  
  font-size: 20px;
}

#s-b3b100e0-8cd1-4dcd-843a-64cb8e1f799b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-3be63121-de63-403e-9498-31bf0e5ea1d7 {
  min-height: 50px;
}








#s-3be63121-de63-403e-9498-31bf0e5ea1d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3be63121-de63-403e-9498-31bf0e5ea1d7.shg-box.shg-c {
  justify-content: center;
}

#s-1649ff5f-0a6d-4450-bd0a-0caafff0a2e8 {
  min-height: 50px;
}








#s-1649ff5f-0a6d-4450-bd0a-0caafff0a2e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1649ff5f-0a6d-4450-bd0a-0caafff0a2e8.shg-box.shg-c {
  justify-content: center;
}

#s-acb685d0-5c15-4661-bc79-863df4dc8e40 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-acb685d0-5c15-4661-bc79-863df4dc8e40 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-acb685d0-5c15-4661-bc79-863df4dc8e40 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-acb685d0-5c15-4661-bc79-863df4dc8e40 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-acb685d0-5c15-4661-bc79-863df4dc8e40 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  
  font-size: 20px;
}

#s-acb685d0-5c15-4661-bc79-863df4dc8e40 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-a0c50d94-ffb6-4033-85d1-008a7632dba7 {
  min-height: 50px;
}








#s-a0c50d94-ffb6-4033-85d1-008a7632dba7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0c50d94-ffb6-4033-85d1-008a7632dba7.shg-box.shg-c {
  justify-content: center;
}

#s-9215ccce-66ee-4985-8ffd-a9118d307de8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-9215ccce-66ee-4985-8ffd-a9118d307de8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-9215ccce-66ee-4985-8ffd-a9118d307de8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-9215ccce-66ee-4985-8ffd-a9118d307de8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-9215ccce-66ee-4985-8ffd-a9118d307de8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  
  font-size: 20px;
}

#s-9215ccce-66ee-4985-8ffd-a9118d307de8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
@media (max-width: 767px){#s-d5e8a010-04aa-4c45-9f00-aba953d45a94 {
  display: none;
}
#s-d5e8a010-04aa-4c45-9f00-aba953d45a94, #wrap-s-d5e8a010-04aa-4c45-9f00-aba953d45a94, #wrap-content-s-d5e8a010-04aa-4c45-9f00-aba953d45a94 { display: none !important; }}
#s-d5e8a010-04aa-4c45-9f00-aba953d45a94 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-05cc47de-da6e-47f0-aa22-7b0cdb53f397 {
  min-height: 50px;
}








#s-05cc47de-da6e-47f0-aa22-7b0cdb53f397 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05cc47de-da6e-47f0-aa22-7b0cdb53f397.shg-box.shg-c {
  justify-content: center;
}

#s-d6c2fca6-a7a2-4128-8166-39418ec50467 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 200px;
padding-left: 200px;
padding-bottom: 200px;
padding-right: 200px;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-d6c2fca6-a7a2-4128-8166-39418ec50467 {
  padding-top: 150px;
padding-left: 100px;
padding-bottom: 150px;
padding-right: 100px;
}
}@media (max-width: 767px){#s-d6c2fca6-a7a2-4128-8166-39418ec50467 {
  padding-top: 100px;
padding-left: 50px;
padding-bottom: 100px;
padding-right: 50px;
display: none;
}
#s-d6c2fca6-a7a2-4128-8166-39418ec50467, #wrap-s-d6c2fca6-a7a2-4128-8166-39418ec50467, #wrap-content-s-d6c2fca6-a7a2-4128-8166-39418ec50467 { display: none !important; }}







#s-d6c2fca6-a7a2-4128-8166-39418ec50467 > .shg-box-overlay {
  background-color: rgba(51, 51, 51, 1);
  opacity: 0.3;
  display: block;
}#s-d6c2fca6-a7a2-4128-8166-39418ec50467.shg-box.shg-c {
  justify-content: center;
}

#s-4fd4f850-1e60-47ca-976d-e4f7cb672631 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
background-attachment: scroll;
}

#s-4fd4f850-1e60-47ca-976d-e4f7cb672631 {
  background-image: url();
}








#s-4fd4f850-1e60-47ca-976d-e4f7cb672631 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4fd4f850-1e60-47ca-976d-e4f7cb672631.shg-box.shg-c {
  justify-content: center;
}

#s-24f7ddb9-4fd0-4d69-a131-247ed28b18ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24f7ddb9-4fd0-4d69-a131-247ed28b18ae .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 37px;
  
  
  text-align: center;
}



#s-8a581997-1086-4d40-8b39-3f4cd4cb1543 {
  min-height: 50px;
background-color: #000;
}








#s-8a581997-1086-4d40-8b39-3f4cd4cb1543 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a581997-1086-4d40-8b39-3f4cd4cb1543.shg-box.shg-c {
  justify-content: center;
}

#s-051d4905-d7c9-4d35-a9cf-25387639fe8f {
  margin-left: auto;
margin-right: auto;
padding-left: 8%;
padding-right: 8%;
min-height: 50px;
}
@media (max-width: 767px){#s-051d4905-d7c9-4d35-a9cf-25387639fe8f {
  display: none;
}
#s-051d4905-d7c9-4d35-a9cf-25387639fe8f, #wrap-s-051d4905-d7c9-4d35-a9cf-25387639fe8f, #wrap-content-s-051d4905-d7c9-4d35-a9cf-25387639fe8f { display: none !important; }}







#s-051d4905-d7c9-4d35-a9cf-25387639fe8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-051d4905-d7c9-4d35-a9cf-25387639fe8f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-12ddea44-2deb-4cac-8112-3850c7805baa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12ddea44-2deb-4cac-8112-3850c7805baa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-12ddea44-2deb-4cac-8112-3850c7805baa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-12ddea44-2deb-4cac-8112-3850c7805baa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-8364810a-ff4c-409c-9695-a8efdac4aefc {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-8364810a-ff4c-409c-9695-a8efdac4aefc {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-8364810a-ff4c-409c-9695-a8efdac4aefc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8364810a-ff4c-409c-9695-a8efdac4aefc.shg-box.shg-c {
  justify-content: center;
}

#s-3c8a7a88-d5fb-4b96-9837-e63d9b4bdc83 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3c8a7a88-d5fb-4b96-9837-e63d9b4bdc83 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  
}



#s-d5742680-d073-4d2f-b8fe-0d9dc873fe21 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d5742680-d073-4d2f-b8fe-0d9dc873fe21 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-d5742680-d073-4d2f-b8fe-0d9dc873fe21 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}


}
#s-e50ba020-b0fc-4d47-a2f3-84ae95f054b7 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e50ba020-b0fc-4d47-a2f3-84ae95f054b7 .shogun-heading-component h1 {
  color: rgba(9, 144, 172, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}



#s-2a974520-0007-434d-9c08-10bd859900ae {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-2a974520-0007-434d-9c08-10bd859900ae {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-2a974520-0007-434d-9c08-10bd859900ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a974520-0007-434d-9c08-10bd859900ae.shg-box.shg-c {
  justify-content: center;
}

#s-31fcacf9-9bf8-4e17-b8af-60f4e65f44a9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-31fcacf9-9bf8-4e17-b8af-60f4e65f44a9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  
}



#s-3978fa32-c4ba-4134-aa79-3f2856339a2b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3978fa32-c4ba-4134-aa79-3f2856339a2b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-3978fa32-c4ba-4134-aa79-3f2856339a2b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}


}
#s-8e8a385b-35a8-4794-928b-31b619c0d3e6 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8e8a385b-35a8-4794-928b-31b619c0d3e6 .shogun-heading-component h1 {
  color: rgba(9, 144, 172, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}



#s-fc82d44c-2ff2-423f-9bbb-43d8ff4fd1b0 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-fc82d44c-2ff2-423f-9bbb-43d8ff4fd1b0 {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-fc82d44c-2ff2-423f-9bbb-43d8ff4fd1b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc82d44c-2ff2-423f-9bbb-43d8ff4fd1b0.shg-box.shg-c {
  justify-content: center;
}

#s-3696773b-9f8f-479f-a78f-83a452d574e2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3696773b-9f8f-479f-a78f-83a452d574e2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  
}



#s-95ebea49-4c2c-4082-9a5c-875620c0c6e6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-95ebea49-4c2c-4082-9a5c-875620c0c6e6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-95ebea49-4c2c-4082-9a5c-875620c0c6e6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}


}
#s-e88d098b-0115-4438-bf9c-2f5c309f143d {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e88d098b-0115-4438-bf9c-2f5c309f143d .shogun-heading-component h1 {
  color: rgba(9, 144, 172, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}



#s-870163e2-a49e-4289-a773-6f556aa2a6eb {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-870163e2-a49e-4289-a773-6f556aa2a6eb {
  display: none;
}
#s-870163e2-a49e-4289-a773-6f556aa2a6eb, #wrap-s-870163e2-a49e-4289-a773-6f556aa2a6eb, #wrap-content-s-870163e2-a49e-4289-a773-6f556aa2a6eb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-870163e2-a49e-4289-a773-6f556aa2a6eb {
  display: none;
}
#s-870163e2-a49e-4289-a773-6f556aa2a6eb, #wrap-s-870163e2-a49e-4289-a773-6f556aa2a6eb, #wrap-content-s-870163e2-a49e-4289-a773-6f556aa2a6eb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-870163e2-a49e-4289-a773-6f556aa2a6eb {
  display: none;
}
#s-870163e2-a49e-4289-a773-6f556aa2a6eb, #wrap-s-870163e2-a49e-4289-a773-6f556aa2a6eb, #wrap-content-s-870163e2-a49e-4289-a773-6f556aa2a6eb { display: none !important; }}







#s-870163e2-a49e-4289-a773-6f556aa2a6eb > .shg-box-overlay {
  background-color: rgba(51, 51, 51, 1);
  opacity: 0.4;
  display: block;
}#s-870163e2-a49e-4289-a773-6f556aa2a6eb.shg-box.shg-c {
  justify-content: center;
}

#s-81d01bc8-258e-4bc6-a35c-92576f3cef56 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
background-attachment: scroll;
}

#s-81d01bc8-258e-4bc6-a35c-92576f3cef56 {
  background-image: url();
}








#s-81d01bc8-258e-4bc6-a35c-92576f3cef56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81d01bc8-258e-4bc6-a35c-92576f3cef56.shg-box.shg-c {
  justify-content: center;
}

#s-f2883e42-50a9-46b2-97de-f6688b698cac {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f2883e42-50a9-46b2-97de-f6688b698cac .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}



#s-6f8aa3a4-858c-495a-846d-873644b9325b {
  padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-6f8aa3a4-858c-495a-846d-873644b9325b {
  display: none;
}
#s-6f8aa3a4-858c-495a-846d-873644b9325b, #wrap-s-6f8aa3a4-858c-495a-846d-873644b9325b, #wrap-content-s-6f8aa3a4-858c-495a-846d-873644b9325b { display: none !important; }}
@media (min-width: 0px) {
[id="s-cb80b3a1-c916-49e5-bbfc-d8bc33705e68"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cb80b3a1-c916-49e5-bbfc-d8bc33705e68"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cb80b3a1-c916-49e5-bbfc-d8bc33705e68"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb80b3a1-c916-49e5-bbfc-d8bc33705e68"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-e6acc7e9-e81c-45b4-876d-5847bcd7fe76 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-e6acc7e9-e81c-45b4-876d-5847bcd7fe76 {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-e6acc7e9-e81c-45b4-876d-5847bcd7fe76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6acc7e9-e81c-45b4-876d-5847bcd7fe76.shg-box.shg-c {
  justify-content: center;
}

#s-9881f718-2a0a-4247-a93d-3b5058dab93e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9881f718-2a0a-4247-a93d-3b5058dab93e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-b6abb463-7f9c-403f-878c-2dffb6c82ec6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b6abb463-7f9c-403f-878c-2dffb6c82ec6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-b6abb463-7f9c-403f-878c-2dffb6c82ec6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}


}
#s-e3b49546-86fc-43a9-8e2c-35b400d070c8 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e3b49546-86fc-43a9-8e2c-35b400d070c8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}



#s-d7d95b78-27b7-4336-9316-8f3d872ae5a6 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-d7d95b78-27b7-4336-9316-8f3d872ae5a6 {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-d7d95b78-27b7-4336-9316-8f3d872ae5a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7d95b78-27b7-4336-9316-8f3d872ae5a6.shg-box.shg-c {
  justify-content: center;
}

#s-00a0529e-57f6-4c98-948f-f2351d99f915 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-00a0529e-57f6-4c98-948f-f2351d99f915 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-4462da24-4eeb-425f-9396-0cf48b6b2596 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4462da24-4eeb-425f-9396-0cf48b6b2596 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-4462da24-4eeb-425f-9396-0cf48b6b2596 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}


}
#s-11993b90-228e-4dff-9a57-a8070b6aa49c {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-11993b90-228e-4dff-9a57-a8070b6aa49c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}



#s-a85fb3a6-dc69-47b8-ae17-ee8c4e613cdf {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.05);
padding-top: 25px;
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-a85fb3a6-dc69-47b8-ae17-ee8c4e613cdf {
  margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-radius: 9px;
min-height: 4px;
}
}







#s-a85fb3a6-dc69-47b8-ae17-ee8c4e613cdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a85fb3a6-dc69-47b8-ae17-ee8c4e613cdf.shg-box.shg-c {
  justify-content: center;
}

#s-15a4fce3-dc0a-41f9-8142-24b4c1314361 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-15a4fce3-dc0a-41f9-8142-24b4c1314361 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}



#s-c197f0d9-a134-4c76-aa39-7688b0bf85dd {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c197f0d9-a134-4c76-aa39-7688b0bf85dd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-c197f0d9-a134-4c76-aa39-7688b0bf85dd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  
}


}
#s-43727ac7-828e-4256-af5e-64585974ae91 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-43727ac7-828e-4256-af5e-64585974ae91 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}



#s-64a698ae-bf15-47ec-a624-6a0487f086b6 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
max-width: 900px;
}
@media (max-width: 767px){#s-64a698ae-bf15-47ec-a624-6a0487f086b6 {
  margin-top: 40px;
padding-left: 30px;
padding-right: 30px;
}
}







#s-64a698ae-bf15-47ec-a624-6a0487f086b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-64a698ae-bf15-47ec-a624-6a0487f086b6.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-a39d658f-50d0-4d23-aada-e3c5feae26f6 {
  margin-top: 16px;
margin-left: 0%;
margin-bottom: 16px;
margin-right: 0%;
}


  #s-a39d658f-50d0-4d23-aada-e3c5feae26f6 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 3px solid rgba(236, 230, 230, 0);
  }
  #s-a39d658f-50d0-4d23-aada-e3c5feae26f6 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #000;
    border: 3px solid #000;
  }
#s-a39d658f-50d0-4d23-aada-e3c5feae26f6 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #000;
  font-family: Poppins;
  font-weight: 700;
  
  font-size: 27px;
}

#s-a39d658f-50d0-4d23-aada-e3c5feae26f6 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-a39d658f-50d0-4d23-aada-e3c5feae26f6 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 3px);
  left: 3px;
  bottom: -3px;
  height: 3px;
  background: #000;
}

#s-a39d658f-50d0-4d23-aada-e3c5feae26f6 .shogun-tabs-body {
  margin-top: -3px;
  border-top: 3px solid #000;
}
@media (max-width: 767px){
  #s-a39d658f-50d0-4d23-aada-e3c5feae26f6 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 3px solid rgba(236, 230, 230, 0);
  }
  #s-a39d658f-50d0-4d23-aada-e3c5feae26f6 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #000;
    border: 3px solid #000;
  }
#s-a39d658f-50d0-4d23-aada-e3c5feae26f6 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #000;
  font-family: Poppins;
  font-weight: 600;
  
  font-size: 17px;
}

#s-a39d658f-50d0-4d23-aada-e3c5feae26f6 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-a39d658f-50d0-4d23-aada-e3c5feae26f6 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 3px);
  left: 3px;
  bottom: -3px;
  height: 3px;
  background: #000;
}

#s-a39d658f-50d0-4d23-aada-e3c5feae26f6 .shogun-tabs-body {
  margin-top: -3px;
  border-top: 3px solid #000;
}
}
#s-39a1781e-f312-4fdb-bd0d-d1df472d214d {
  text-align: center;
}

#s-39a1781e-f312-4fdb-bd0d-d1df472d214d {
  overflow: hidden;
  
  
}







  #s-39a1781e-f312-4fdb-bd0d-d1df472d214d img.shogun-image {
    

    
    
    
  }


#s-39a1781e-f312-4fdb-bd0d-d1df472d214d .shogun-image-content {
  
    justify-content: center;
  
}

#s-30669569-f567-401d-890e-0fb6e06ce1d4 {
  text-align: center;
}

#s-30669569-f567-401d-890e-0fb6e06ce1d4 {
  overflow: hidden;
  
  
}







  #s-30669569-f567-401d-890e-0fb6e06ce1d4 img.shogun-image {
    

    
    
    
  }


#s-30669569-f567-401d-890e-0fb6e06ce1d4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-15e55923-8069-48a8-b78d-9c75d72b002a {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}








#s-15e55923-8069-48a8-b78d-9c75d72b002a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15e55923-8069-48a8-b78d-9c75d72b002a.shg-box.shg-c {
  justify-content: center;
}

#s-d33d7c1d-6e5f-47c4-b80b-b3bb436f6500 {
  min-height: 50px;
}








#s-d33d7c1d-6e5f-47c4-b80b-b3bb436f6500 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d33d7c1d-6e5f-47c4-b80b-b3bb436f6500.shg-box.shg-c {
  justify-content: center;
}

#s-864de03a-53b4-42a1-994a-9f001504cce3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-864de03a-53b4-42a1-994a-9f001504cce3 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-864de03a-53b4-42a1-994a-9f001504cce3 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-5f065d9a-0ac8-40e9-87b5-8b59f27d23bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f065d9a-0ac8-40e9-87b5-8b59f27d23bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5f065d9a-0ac8-40e9-87b5-8b59f27d23bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f065d9a-0ac8-40e9-87b5-8b59f27d23bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-07cee5ec-dcd2-43ac-a14a-a79c5aa47b48"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-07cee5ec-dcd2-43ac-a14a-a79c5aa47b48"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-07cee5ec-dcd2-43ac-a14a-a79c5aa47b48"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-07cee5ec-dcd2-43ac-a14a-a79c5aa47b48"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5b41c44b-546a-4c31-8c70-d867941c06b1 {
  text-align: center;
}

#s-5b41c44b-546a-4c31-8c70-d867941c06b1 {
  overflow: hidden;
  
  
}







  #s-5b41c44b-546a-4c31-8c70-d867941c06b1 img.shogun-image {
    

    
    
    
  }


#s-5b41c44b-546a-4c31-8c70-d867941c06b1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9638017f-9d8c-4fab-b52b-4143c0dea6a4 {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9638017f-9d8c-4fab-b52b-4143c0dea6a4 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-9638017f-9d8c-4fab-b52b-4143c0dea6a4 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-9638017f-9d8c-4fab-b52b-4143c0dea6a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9638017f-9d8c-4fab-b52b-4143c0dea6a4.shg-box.shg-c {
  justify-content: center;
}

#s-729386e4-36e5-4b30-9477-67d61f092939 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-729386e4-36e5-4b30-9477-67d61f092939 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-729386e4-36e5-4b30-9477-67d61f092939 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-729386e4-36e5-4b30-9477-67d61f092939 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: center;
}


}
#s-a42bca08-76c4-4785-a9e7-d736aec3d7e1 {
  text-align: center;
}

#s-a42bca08-76c4-4785-a9e7-d736aec3d7e1 {
  overflow: hidden;
  
  
}







  #s-a42bca08-76c4-4785-a9e7-d736aec3d7e1 img.shogun-image {
    

    
    
    
  }


#s-a42bca08-76c4-4785-a9e7-d736aec3d7e1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f8827127-36f6-4948-948b-4a6be38abd4d {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f8827127-36f6-4948-948b-4a6be38abd4d {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-f8827127-36f6-4948-948b-4a6be38abd4d {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-f8827127-36f6-4948-948b-4a6be38abd4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8827127-36f6-4948-948b-4a6be38abd4d.shg-box.shg-c {
  justify-content: center;
}

#s-77e4eb48-c0c0-433b-8307-06ff59c8ba9a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77e4eb48-c0c0-433b-8307-06ff59c8ba9a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-77e4eb48-c0c0-433b-8307-06ff59c8ba9a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-77e4eb48-c0c0-433b-8307-06ff59c8ba9a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-987b23ae-ea21-4b19-a5b8-b314297d9a7a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-987b23ae-ea21-4b19-a5b8-b314297d9a7a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-987b23ae-ea21-4b19-a5b8-b314297d9a7a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-987b23ae-ea21-4b19-a5b8-b314297d9a7a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e7d19af4-9dd4-4b35-b6ee-ac6d50a9bd6c {
  text-align: center;
}

#s-e7d19af4-9dd4-4b35-b6ee-ac6d50a9bd6c {
  overflow: hidden;
  
  
}







  #s-e7d19af4-9dd4-4b35-b6ee-ac6d50a9bd6c img.shogun-image {
    

    
    
    
  }


#s-e7d19af4-9dd4-4b35-b6ee-ac6d50a9bd6c .shogun-image-content {
  
    justify-content: center;
  
}

#s-acda34b4-a9f3-4c01-ac35-2808edb9c087 {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-acda34b4-a9f3-4c01-ac35-2808edb9c087 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-acda34b4-a9f3-4c01-ac35-2808edb9c087 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-acda34b4-a9f3-4c01-ac35-2808edb9c087 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-acda34b4-a9f3-4c01-ac35-2808edb9c087.shg-box.shg-c {
  justify-content: center;
}

#s-f127c3e1-87ec-4493-9202-120572eadfc3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f127c3e1-87ec-4493-9202-120572eadfc3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-f127c3e1-87ec-4493-9202-120572eadfc3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-f127c3e1-87ec-4493-9202-120572eadfc3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: center;
}


}
#s-5bafde33-5359-4c6f-a8b6-4f0eb3633b6b {
  text-align: center;
}

#s-5bafde33-5359-4c6f-a8b6-4f0eb3633b6b {
  overflow: hidden;
  
  
}







  #s-5bafde33-5359-4c6f-a8b6-4f0eb3633b6b img.shogun-image {
    

    
    
    
  }


#s-5bafde33-5359-4c6f-a8b6-4f0eb3633b6b .shogun-image-content {
  
    justify-content: center;
  
}

#s-8a14e964-f75c-460e-893d-4cc205bc504c {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a14e964-f75c-460e-893d-4cc205bc504c {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-8a14e964-f75c-460e-893d-4cc205bc504c {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-8a14e964-f75c-460e-893d-4cc205bc504c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a14e964-f75c-460e-893d-4cc205bc504c.shg-box.shg-c {
  justify-content: center;
}

#s-b1b6eea1-3ac6-43c1-927e-b94b99000e76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1b6eea1-3ac6-43c1-927e-b94b99000e76 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-b1b6eea1-3ac6-43c1-927e-b94b99000e76 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-b1b6eea1-3ac6-43c1-927e-b94b99000e76 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: center;
}


}
#s-bc406d40-6fdd-4a56-b3f5-bef769f1d006 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-bc406d40-6fdd-4a56-b3f5-bef769f1d006 {
  display: none;
}
#s-bc406d40-6fdd-4a56-b3f5-bef769f1d006, #wrap-s-bc406d40-6fdd-4a56-b3f5-bef769f1d006, #wrap-content-s-bc406d40-6fdd-4a56-b3f5-bef769f1d006 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc406d40-6fdd-4a56-b3f5-bef769f1d006 {
  display: none;
}
#s-bc406d40-6fdd-4a56-b3f5-bef769f1d006, #wrap-s-bc406d40-6fdd-4a56-b3f5-bef769f1d006, #wrap-content-s-bc406d40-6fdd-4a56-b3f5-bef769f1d006 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc406d40-6fdd-4a56-b3f5-bef769f1d006 {
  padding-left: 30px;
padding-right: 30px;
display: none;
}
#s-bc406d40-6fdd-4a56-b3f5-bef769f1d006, #wrap-s-bc406d40-6fdd-4a56-b3f5-bef769f1d006, #wrap-content-s-bc406d40-6fdd-4a56-b3f5-bef769f1d006 { display: none !important; }}@media (max-width: 767px){#s-bc406d40-6fdd-4a56-b3f5-bef769f1d006 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-bc406d40-6fdd-4a56-b3f5-bef769f1d006, #wrap-s-bc406d40-6fdd-4a56-b3f5-bef769f1d006, #wrap-content-s-bc406d40-6fdd-4a56-b3f5-bef769f1d006 { display: none !important; }}







#s-bc406d40-6fdd-4a56-b3f5-bef769f1d006 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc406d40-6fdd-4a56-b3f5-bef769f1d006.shg-box.shg-c {
  justify-content: center;
}

#s-33c1ff61-a78f-498e-8943-e37ab944215f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-33c1ff61-a78f-498e-8943-e37ab944215f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33c1ff61-a78f-498e-8943-e37ab944215f.shg-box.shg-c {
  justify-content: center;
}

#s-e8dd1a1c-da1e-4a12-bf83-4d887dd90f5d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8dd1a1c-da1e-4a12-bf83-4d887dd90f5d .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-41718fcc-bc10-4026-bcdd-190d7be01693 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0.08);
}

#s-41718fcc-bc10-4026-bcdd-190d7be01693 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-41718fcc-bc10-4026-bcdd-190d7be01693 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-41718fcc-bc10-4026-bcdd-190d7be01693 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0.08);
}

#s-41718fcc-bc10-4026-bcdd-190d7be01693 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  
  font-size: 14px;
}

#s-41718fcc-bc10-4026-bcdd-190d7be01693 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-dcf2474c-34a6-4393-987f-da986596479f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
}








#s-dcf2474c-34a6-4393-987f-da986596479f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dcf2474c-34a6-4393-987f-da986596479f.shg-box.shg-c {
  justify-content: center;
}

#s-dd484856-ae31-42ad-9ac9-b69945513371 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
}








#s-dd484856-ae31-42ad-9ac9-b69945513371 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd484856-ae31-42ad-9ac9-b69945513371.shg-box.shg-c {
  justify-content: center;
}

#s-21c728e3-5588-45b5-84cc-3520572bc8db {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
}








#s-21c728e3-5588-45b5-84cc-3520572bc8db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21c728e3-5588-45b5-84cc-3520572bc8db.shg-box.shg-c {
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}