.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-de5c0124-861c-4af8-bbf2-5069afc5b44b {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-de5c0124-861c-4af8-bbf2-5069afc5b44b {
  display: none;
}
#s-de5c0124-861c-4af8-bbf2-5069afc5b44b, #wrap-s-de5c0124-861c-4af8-bbf2-5069afc5b44b { display:none !important; }}@media (max-width: 767px){#s-de5c0124-861c-4af8-bbf2-5069afc5b44b {
  
}
}



  #s-de5c0124-861c-4af8-bbf2-5069afc5b44b img.shogun-image {
    
    width: px;
  }


#s-de5c0124-861c-4af8-bbf2-5069afc5b44b .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-24205699-ed62-43f5-b4c5-ae2e1b96fd8f {
  margin-right: 200px;
text-align: left;
}
@media (min-width: 1200px){#s-24205699-ed62-43f5-b4c5-ae2e1b96fd8f {
  display: none;
}
#s-24205699-ed62-43f5-b4c5-ae2e1b96fd8f, #wrap-s-24205699-ed62-43f5-b4c5-ae2e1b96fd8f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24205699-ed62-43f5-b4c5-ae2e1b96fd8f {
  display: none;
}
#s-24205699-ed62-43f5-b4c5-ae2e1b96fd8f, #wrap-s-24205699-ed62-43f5-b4c5-ae2e1b96fd8f { display:none !important; }}
#s-24205699-ed62-43f5-b4c5-ae2e1b96fd8f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

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

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-ef6eca7e-cb7e-45eb-a82e-087e7340f7aa {
  min-height: 50px;
}








#s-ef6eca7e-cb7e-45eb-a82e-087e7340f7aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef6eca7e-cb7e-45eb-a82e-087e7340f7aa.shg-box.shg-c {
  justify-content: center;
}

#s-f4f211a1-1017-481a-86f8-feda44a2e2fc {
  margin-left: 90px;
margin-right: 90px;
padding-top: 10px;
min-height: 40px;
max-width: 600px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f4f211a1-1017-481a-86f8-feda44a2e2fc {
  display: none;
}
#s-f4f211a1-1017-481a-86f8-feda44a2e2fc, #wrap-s-f4f211a1-1017-481a-86f8-feda44a2e2fc { display:none !important; }}@media (max-width: 767px){#s-f4f211a1-1017-481a-86f8-feda44a2e2fc {
  display: none;
}
#s-f4f211a1-1017-481a-86f8-feda44a2e2fc, #wrap-s-f4f211a1-1017-481a-86f8-feda44a2e2fc { display:none !important; }}
#s-f4f211a1-1017-481a-86f8-feda44a2e2fc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c0cdd23a-0eab-438e-a8e8-d1deb7bb4f24 {
  margin-left: 90px;
margin-right: 90px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 600px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c0cdd23a-0eab-438e-a8e8-d1deb7bb4f24 {
  display: none;
}
#s-c0cdd23a-0eab-438e-a8e8-d1deb7bb4f24, #wrap-s-c0cdd23a-0eab-438e-a8e8-d1deb7bb4f24 { display:none !important; }}@media (max-width: 767px){#s-c0cdd23a-0eab-438e-a8e8-d1deb7bb4f24 {
  display: none;
}
#s-c0cdd23a-0eab-438e-a8e8-d1deb7bb4f24, #wrap-s-c0cdd23a-0eab-438e-a8e8-d1deb7bb4f24 { display:none !important; }}
#s-c0cdd23a-0eab-438e-a8e8-d1deb7bb4f24 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0aa9bb0f-934b-4c3a-be5a-21bc558c64c4 {
  display: none;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-a6708f70-5f34-47b1-af7d-29c7244d1ffc {
  background-image: url(https://cdn.getshogun.com/none);
background-repeat: no-repeat;
margin-top: 30px;
margin-left: 250px;
margin-bottom: 200px;
margin-right: 250px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 600px;
background-color: rgba(21, 177, 34, 1);
text-align: left;
cursor: pointer;
hover-type: color;
}
#s-a6708f70-5f34-47b1-af7d-29c7244d1ffc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a6708f70-5f34-47b1-af7d-29c7244d1ffc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a6708f70-5f34-47b1-af7d-29c7244d1ffc {
  display: none;
}
#s-a6708f70-5f34-47b1-af7d-29c7244d1ffc, #wrap-s-a6708f70-5f34-47b1-af7d-29c7244d1ffc { display:none !important; }}


#s-a6708f70-5f34-47b1-af7d-29c7244d1ffc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a6708f70-5f34-47b1-af7d-29c7244d1ffc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a6708f70-5f34-47b1-af7d-29c7244d1ffc.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}

#s-a6708f70-5f34-47b1-af7d-29c7244d1ffc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d4e9a5dc-8511-4b5f-aa41-ba3c0af993c0 {
  display: none;
}
#s-d14408ee-99d1-43c8-958d-7d821bd6701d {
  display: none;
}
#s-1dafecc4-bb33-4edc-9f08-795d556227f1 {
  background-image: url(https://cdn.getshogun.com/none);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 80px;
margin-right: 190px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 177, 34, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-1dafecc4-bb33-4edc-9f08-795d556227f1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1dafecc4-bb33-4edc-9f08-795d556227f1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1dafecc4-bb33-4edc-9f08-795d556227f1 {
  display: none;
}
#s-1dafecc4-bb33-4edc-9f08-795d556227f1, #wrap-s-1dafecc4-bb33-4edc-9f08-795d556227f1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1dafecc4-bb33-4edc-9f08-795d556227f1 {
  display: none;
}
#s-1dafecc4-bb33-4edc-9f08-795d556227f1, #wrap-s-1dafecc4-bb33-4edc-9f08-795d556227f1 { display:none !important; }}@media (max-width: 767px){#s-1dafecc4-bb33-4edc-9f08-795d556227f1 {
  
}
}


#s-1dafecc4-bb33-4edc-9f08-795d556227f1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1dafecc4-bb33-4edc-9f08-795d556227f1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1dafecc4-bb33-4edc-9f08-795d556227f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1dafecc4-bb33-4edc-9f08-795d556227f1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-01aa0218-ae64-4a72-9007-64a212964b28 {
  min-height: 50px;
}








#s-01aa0218-ae64-4a72-9007-64a212964b28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01aa0218-ae64-4a72-9007-64a212964b28.shg-box.shg-c {
  justify-content: center;
}

#s-0b853bc1-709a-497a-8c40-6769e524d550 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b853bc1-709a-497a-8c40-6769e524d550 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

#s-f5bff06f-68fd-41c6-a05b-cf9b58ad2dc7 {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-f5bff06f-68fd-41c6-a05b-cf9b58ad2dc7 {
  display: none;
}
#s-f5bff06f-68fd-41c6-a05b-cf9b58ad2dc7, #wrap-s-f5bff06f-68fd-41c6-a05b-cf9b58ad2dc7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5bff06f-68fd-41c6-a05b-cf9b58ad2dc7 {
  display: none;
}
#s-f5bff06f-68fd-41c6-a05b-cf9b58ad2dc7, #wrap-s-f5bff06f-68fd-41c6-a05b-cf9b58ad2dc7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f5bff06f-68fd-41c6-a05b-cf9b58ad2dc7 {
  display: none;
}
#s-f5bff06f-68fd-41c6-a05b-cf9b58ad2dc7, #wrap-s-f5bff06f-68fd-41c6-a05b-cf9b58ad2dc7 { display:none !important; }}
#s-cca700d9-95a9-4849-9371-0539bb17058d {
  margin-left: 300px;
margin-right: 300px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cca700d9-95a9-4849-9371-0539bb17058d {
  display: none;
}
#s-cca700d9-95a9-4849-9371-0539bb17058d, #wrap-s-cca700d9-95a9-4849-9371-0539bb17058d { display:none !important; }}@media (max-width: 767px){#s-cca700d9-95a9-4849-9371-0539bb17058d {
  
}
}
#s-2ac99f54-c50e-473f-a7df-ff687cad37ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ac99f54-c50e-473f-a7df-ff687cad37ae .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6878433f-82c8-4cc1-81fb-9f7290f3d3ec {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}




  #s-6878433f-82c8-4cc1-81fb-9f7290f3d3ec img.shogun-image {
    
    width: px;
  }


#s-6878433f-82c8-4cc1-81fb-9f7290f3d3ec .shogun-image-content {
  
    align-items: 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 a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-8c63d5d6-6bd8-4880-a7ea-a1a56cc37129 {
  display: none;
}
#s-cd2f6571-13af-404d-a115-6254387b315b {
  background-image: url(https://cdn.getshogun.com/none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 177, 34, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-cd2f6571-13af-404d-a115-6254387b315b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cd2f6571-13af-404d-a115-6254387b315b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cd2f6571-13af-404d-a115-6254387b315b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd2f6571-13af-404d-a115-6254387b315b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd2f6571-13af-404d-a115-6254387b315b.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}

#s-cd2f6571-13af-404d-a115-6254387b315b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-df04f5c4-a8a4-4c17-8ba5-a8003712a784 {
  margin-top: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df04f5c4-a8a4-4c17-8ba5-a8003712a784 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

#s-de40cee0-fda3-4e6d-a460-de5ed63e8f77 {
  margin-left: 130px;
margin-right: 130px;
}

@media (min-width: 0px) {
[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de40cee0-fda3-4e6d-a460-de5ed63e8f77"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2ea52fb5-2bbe-47df-8a63-b56634351f85 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-2ea52fb5-2bbe-47df-8a63-b56634351f85 img.shogun-image {
    
    width: px;
  }


#s-2ea52fb5-2bbe-47df-8a63-b56634351f85 .shogun-image-content {
  
    align-items: center;
  
}

#s-82282f2f-579d-43a1-847b-c6e5b8b7d7df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82282f2f-579d-43a1-847b-c6e5b8b7d7df .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ec4ff0c5-135c-4739-96f2-35879f929515 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-ec4ff0c5-135c-4739-96f2-35879f929515 img.shogun-image {
    
    width: px;
  }


#s-ec4ff0c5-135c-4739-96f2-35879f929515 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab8cec11-1ddd-4087-aaf5-740065dd0b3f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab8cec11-1ddd-4087-aaf5-740065dd0b3f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-edfabc37-5fd5-4293-95d4-5aaf909447f9 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-edfabc37-5fd5-4293-95d4-5aaf909447f9 img.shogun-image {
    
    width: px;
  }


#s-edfabc37-5fd5-4293-95d4-5aaf909447f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-5fc5ab34-f5e9-4508-b7df-fd99ed374419 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5fc5ab34-f5e9-4508-b7df-fd99ed374419 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a582e3f8-9fdd-4f08-a1cd-f70e45d65e47 {
  margin-top: 90px;
margin-left: auto;
margin-right: auto;
text-align: center;
}




  #s-a582e3f8-9fdd-4f08-a1cd-f70e45d65e47 img.shogun-image {
    
    width: px;
  }


#s-a582e3f8-9fdd-4f08-a1cd-f70e45d65e47 .shogun-image-content {
  
    align-items: center;
  
}

#s-2451337c-0236-4ec0-b804-92c3b0bd2b8a {
  margin-left: 90px;
margin-right: 90px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 600px;
text-align: center;
}
@media (max-width: 767px){#s-2451337c-0236-4ec0-b804-92c3b0bd2b8a {
  display: none;
}
#s-2451337c-0236-4ec0-b804-92c3b0bd2b8a, #wrap-s-2451337c-0236-4ec0-b804-92c3b0bd2b8a { display:none !important; }}
#s-2451337c-0236-4ec0-b804-92c3b0bd2b8a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-56ab8e57-6b3b-4688-8a4e-7029a2bf153e {
  margin-left: 90px;
margin-right: 90px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 600px;
text-align: center;
}
@media (max-width: 767px){#s-56ab8e57-6b3b-4688-8a4e-7029a2bf153e {
  display: none;
}
#s-56ab8e57-6b3b-4688-8a4e-7029a2bf153e, #wrap-s-56ab8e57-6b3b-4688-8a4e-7029a2bf153e { display:none !important; }}
#s-56ab8e57-6b3b-4688-8a4e-7029a2bf153e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (max-width: 767px){#s-4c1f38f1-3b9b-4a7e-a412-899951dc8dff {
  display: none;
}
#s-4c1f38f1-3b9b-4a7e-a412-899951dc8dff, #wrap-s-4c1f38f1-3b9b-4a7e-a412-899951dc8dff { display:none !important; }}
#s-4c1f38f1-3b9b-4a7e-a412-899951dc8dff {
  display: none;
}
#s-517129cb-5761-4519-ac00-28245ea85cad {
  background-image: url(https://cdn.getshogun.com/none);
background-repeat: no-repeat;
margin-top: 30px;
margin-left: 300px;
margin-bottom: 200px;
margin-right: 300px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 600px;
background-color: rgba(21, 177, 34, 1);
text-align: left;
cursor: pointer;
hover-type: color;
}
#s-517129cb-5761-4519-ac00-28245ea85cad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-517129cb-5761-4519-ac00-28245ea85cad:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-517129cb-5761-4519-ac00-28245ea85cad {
  display: none;
}
#s-517129cb-5761-4519-ac00-28245ea85cad, #wrap-s-517129cb-5761-4519-ac00-28245ea85cad { display:none !important; }}


#s-517129cb-5761-4519-ac00-28245ea85cad {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-517129cb-5761-4519-ac00-28245ea85cad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-517129cb-5761-4519-ac00-28245ea85cad.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}

#s-517129cb-5761-4519-ac00-28245ea85cad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-eee1e852-c5fb-4d11-9363-d03cf43d7c91 {
  margin-right: 200px;
text-align: left;
}
@media (min-width: 1200px){#s-eee1e852-c5fb-4d11-9363-d03cf43d7c91 {
  display: none;
}
#s-eee1e852-c5fb-4d11-9363-d03cf43d7c91, #wrap-s-eee1e852-c5fb-4d11-9363-d03cf43d7c91 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eee1e852-c5fb-4d11-9363-d03cf43d7c91 {
  display: none;
}
#s-eee1e852-c5fb-4d11-9363-d03cf43d7c91, #wrap-s-eee1e852-c5fb-4d11-9363-d03cf43d7c91 { display:none !important; }}
#s-eee1e852-c5fb-4d11-9363-d03cf43d7c91 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a9b02e06-bfc8-48c6-8c1f-9f8431a70f35 {
  display: none;
}
#s-26406f7c-8e3b-41cd-b841-c50ec8451ff1 {
  background-image: url(https://cdn.getshogun.com/none);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 100px;
margin-right: 190px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 177, 34, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-26406f7c-8e3b-41cd-b841-c50ec8451ff1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-26406f7c-8e3b-41cd-b841-c50ec8451ff1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-26406f7c-8e3b-41cd-b841-c50ec8451ff1 {
  display: none;
}
#s-26406f7c-8e3b-41cd-b841-c50ec8451ff1, #wrap-s-26406f7c-8e3b-41cd-b841-c50ec8451ff1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26406f7c-8e3b-41cd-b841-c50ec8451ff1 {
  display: none;
}
#s-26406f7c-8e3b-41cd-b841-c50ec8451ff1, #wrap-s-26406f7c-8e3b-41cd-b841-c50ec8451ff1 { display:none !important; }}@media (max-width: 767px){#s-26406f7c-8e3b-41cd-b841-c50ec8451ff1 {
  
}
}


#s-26406f7c-8e3b-41cd-b841-c50ec8451ff1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-26406f7c-8e3b-41cd-b841-c50ec8451ff1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-26406f7c-8e3b-41cd-b841-c50ec8451ff1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-26406f7c-8e3b-41cd-b841-c50ec8451ff1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1e259e67-bea3-4947-9e3a-99928dd4bb68 {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e259e67-bea3-4947-9e3a-99928dd4bb68 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8e34236d-c57e-454b-a24a-83da2053b7a1 {
  margin-left: 160px;
margin-right: 160px;
}
@media (max-width: 767px){#s-8e34236d-c57e-454b-a24a-83da2053b7a1 {
  margin-left: 40px;
margin-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8e34236d-c57e-454b-a24a-83da2053b7a1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-81810da9-b16f-4411-b224-f0ae9e481bd0 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-81810da9-b16f-4411-b224-f0ae9e481bd0 img.shogun-image {
    
    width: px;
  }


#s-81810da9-b16f-4411-b224-f0ae9e481bd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c581fbf-8011-40ec-9bf8-a8329a24d365 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c581fbf-8011-40ec-9bf8-a8329a24d365 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c4b98037-70e5-46ea-b1c0-5239dbe37668 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-c4b98037-70e5-46ea-b1c0-5239dbe37668 img.shogun-image {
    
    width: px;
  }


#s-c4b98037-70e5-46ea-b1c0-5239dbe37668 .shogun-image-content {
  
    align-items: center;
  
}

#s-def523b9-b3f7-4b53-9ae9-7679fcdc74a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-def523b9-b3f7-4b53-9ae9-7679fcdc74a5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a92e8ab8-2395-42a9-901e-33c26463f779 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-a92e8ab8-2395-42a9-901e-33c26463f779 img.shogun-image {
    
    width: px;
  }


#s-a92e8ab8-2395-42a9-901e-33c26463f779 .shogun-image-content {
  
    align-items: center;
  
}

#s-479fc5fe-5325-46a5-88c6-e4bdacefd549 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-479fc5fe-5325-46a5-88c6-e4bdacefd549 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-35271e0c-a2b2-4170-94f2-0ebb8ecf8a9e {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-35271e0c-a2b2-4170-94f2-0ebb8ecf8a9e img.shogun-image {
    
    width: px;
  }


#s-35271e0c-a2b2-4170-94f2-0ebb8ecf8a9e .shogun-image-content {
  
    align-items: center;
  
}

#s-379d207b-c392-4bad-834e-7873f724712f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-379d207b-c392-4bad-834e-7873f724712f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4769d979-64eb-4058-8eaf-f33c8b8cf724 {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4769d979-64eb-4058-8eaf-f33c8b8cf724 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-39557b27-2f41-4ea0-95e0-be9666e883a8 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-39557b27-2f41-4ea0-95e0-be9666e883a8 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-39557b27-2f41-4ea0-95e0-be9666e883a8 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-39557b27-2f41-4ea0-95e0-be9666e883a8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8088ad78-5725-43d3-9ac3-d8af38537dcc {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-8088ad78-5725-43d3-9ac3-d8af38537dcc {
  margin-bottom: 20px;
}
}







#s-8088ad78-5725-43d3-9ac3-d8af38537dcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8088ad78-5725-43d3-9ac3-d8af38537dcc.shg-box.shg-c {
  justify-content: center;
}

#s-afb283dd-5427-4732-8f61-6b950052e858 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100px;
text-align: left;
}




  #s-afb283dd-5427-4732-8f61-6b950052e858 img.shogun-image {
    
    width: px;
  }


#s-afb283dd-5427-4732-8f61-6b950052e858 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce660917-3849-4eac-b129-5f23e1e82a1b {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ce660917-3849-4eac-b129-5f23e1e82a1b .shogun-heading-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b6c2ed34-2dd6-4bcc-8f20-46df53e24ae6 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-d68dee7b-10de-4c18-864c-775f1052f46a {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d68dee7b-10de-4c18-864c-775f1052f46a {
  margin-bottom: 20px;
}
}







#s-d68dee7b-10de-4c18-864c-775f1052f46a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d68dee7b-10de-4c18-864c-775f1052f46a.shg-box.shg-c {
  justify-content: center;
}

#s-20d76974-796f-4960-bd01-f559d8e1efb3 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100px;
text-align: left;
}




  #s-20d76974-796f-4960-bd01-f559d8e1efb3 img.shogun-image {
    
    width: px;
  }


#s-20d76974-796f-4960-bd01-f559d8e1efb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-93d129c7-3098-43cf-9ac6-6775ab2552df {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-93d129c7-3098-43cf-9ac6-6775ab2552df .shogun-heading-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-327210a6-b19a-4e43-bca6-4e8b0ba2764e {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-3d100451-5d34-4535-9a95-7c9f234502dd {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3d100451-5d34-4535-9a95-7c9f234502dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d100451-5d34-4535-9a95-7c9f234502dd.shg-box.shg-c {
  justify-content: center;
}

#s-70f80f75-1ea8-4cf0-aa6f-dd4ad5b6e1a2 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100px;
text-align: left;
}




  #s-70f80f75-1ea8-4cf0-aa6f-dd4ad5b6e1a2 img.shogun-image {
    
    width: px;
  }


#s-70f80f75-1ea8-4cf0-aa6f-dd4ad5b6e1a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2bb1cd0-553d-4eb2-abad-9021a445ed58 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b2bb1cd0-553d-4eb2-abad-9021a445ed58 .shogun-heading-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-63a7d8bb-f52a-4478-a766-60e4469b84d0 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-60a72f8f-add7-476f-abb9-8439fbcb29ab {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-60a72f8f-add7-476f-abb9-8439fbcb29ab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-bc9db68f-6aca-4990-8302-f84f9c3e7193 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-efd1232e-b52c-4261-b918-9ed96c981165 {
  text-align: center;
}




  #s-efd1232e-b52c-4261-b918-9ed96c981165 img.shogun-image {
    
    width: px;
  }


#s-efd1232e-b52c-4261-b918-9ed96c981165 .shogun-image-content {
  
    align-items: center;
  
}

#s-f183f322-a1b7-4da8-8ef3-b2eceb7fd66d {
  text-align: center;
}




  #s-f183f322-a1b7-4da8-8ef3-b2eceb7fd66d img.shogun-image {
    
    width: px;
  }


#s-f183f322-a1b7-4da8-8ef3-b2eceb7fd66d .shogun-image-content {
  
    align-items: center;
  
}

#s-8e32d063-d9ba-4845-9c6e-72d4b386b06a {
  text-align: center;
}




  #s-8e32d063-d9ba-4845-9c6e-72d4b386b06a img.shogun-image {
    
    width: px;
  }


#s-8e32d063-d9ba-4845-9c6e-72d4b386b06a .shogun-image-content {
  
    align-items: center;
  
}

#s-ec1ea1b8-e2ce-4000-a72c-ae8192628988 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}




  #s-ec1ea1b8-e2ce-4000-a72c-ae8192628988 img.shogun-image {
    
    width: px;
  }


#s-ec1ea1b8-e2ce-4000-a72c-ae8192628988 .shogun-image-content {
  
    align-items: center;
  
}

#s-020a7b83-e4cf-4569-8aeb-a827b3f656ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-020a7b83-e4cf-4569-8aeb-a827b3f656ec {
  display: none;
}
#s-020a7b83-e4cf-4569-8aeb-a827b3f656ec, #wrap-s-020a7b83-e4cf-4569-8aeb-a827b3f656ec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-020a7b83-e4cf-4569-8aeb-a827b3f656ec {
  display: none;
}
#s-020a7b83-e4cf-4569-8aeb-a827b3f656ec, #wrap-s-020a7b83-e4cf-4569-8aeb-a827b3f656ec { display:none !important; }}
#s-020a7b83-e4cf-4569-8aeb-a827b3f656ec .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7062d884-d3a5-47ab-bb55-e2db45ce255a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7062d884-d3a5-47ab-bb55-e2db45ce255a {
  display: none;
}
#s-7062d884-d3a5-47ab-bb55-e2db45ce255a, #wrap-s-7062d884-d3a5-47ab-bb55-e2db45ce255a { display:none !important; }}@media (max-width: 767px){#s-7062d884-d3a5-47ab-bb55-e2db45ce255a {
  display: none;
}
#s-7062d884-d3a5-47ab-bb55-e2db45ce255a, #wrap-s-7062d884-d3a5-47ab-bb55-e2db45ce255a { display:none !important; }}
#s-7062d884-d3a5-47ab-bb55-e2db45ce255a .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-785a755c-19ee-4066-8629-bf24e904d3f6 {
  background-image: url(https://cdn.getshogun.com/none);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 31px;
padding-left: 60px;
padding-bottom: 31px;
padding-right: 60px;
border-radius: 2px;
background-color: rgba(1, 61, 253, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-785a755c-19ee-4066-8629-bf24e904d3f6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-785a755c-19ee-4066-8629-bf24e904d3f6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-785a755c-19ee-4066-8629-bf24e904d3f6 {
  display: none;
}
#s-785a755c-19ee-4066-8629-bf24e904d3f6, #wrap-s-785a755c-19ee-4066-8629-bf24e904d3f6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-785a755c-19ee-4066-8629-bf24e904d3f6 {
  display: none;
}
#s-785a755c-19ee-4066-8629-bf24e904d3f6, #wrap-s-785a755c-19ee-4066-8629-bf24e904d3f6 { display:none !important; }}


#s-785a755c-19ee-4066-8629-bf24e904d3f6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-785a755c-19ee-4066-8629-bf24e904d3f6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-785a755c-19ee-4066-8629-bf24e904d3f6.shg-btn {
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-785a755c-19ee-4066-8629-bf24e904d3f6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-be462fab-46df-4630-886b-c09bc94a2ae1 {
  display: none;
}
#s-e154c79b-5bc2-4c85-86a3-6ebb5a13a552 {
  background-image: url(https://cdn.getshogun.com/none);
background-repeat: no-repeat;
padding-top: 31px;
padding-left: 180px;
padding-bottom: 31px;
padding-right: 180px;
border-radius: 2px;
background-color: rgba(245, 204, 113, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-e154c79b-5bc2-4c85-86a3-6ebb5a13a552:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e154c79b-5bc2-4c85-86a3-6ebb5a13a552:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-e154c79b-5bc2-4c85-86a3-6ebb5a13a552 {
  display: none;
}
#s-e154c79b-5bc2-4c85-86a3-6ebb5a13a552, #wrap-s-e154c79b-5bc2-4c85-86a3-6ebb5a13a552 { display:none !important; }}@media (max-width: 767px){#s-e154c79b-5bc2-4c85-86a3-6ebb5a13a552 {
  display: none;
}
#s-e154c79b-5bc2-4c85-86a3-6ebb5a13a552, #wrap-s-e154c79b-5bc2-4c85-86a3-6ebb5a13a552 { display:none !important; }}


#s-e154c79b-5bc2-4c85-86a3-6ebb5a13a552 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e154c79b-5bc2-4c85-86a3-6ebb5a13a552.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e154c79b-5bc2-4c85-86a3-6ebb5a13a552.shg-btn {
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-e154c79b-5bc2-4c85-86a3-6ebb5a13a552.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ca301a27-ce89-4a8b-9ef2-d8ac97157cc5 {
  border-style: solid;
margin-top: 10px;
margin-left: 55px;
margin-bottom: -1px;
margin-right: 55px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: dotted;
background-color: rgba(249, 253, 171, 1);
}

#s-b69ba5df-a44c-4fa3-8cd1-1d755b9c5774 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}




  #s-b69ba5df-a44c-4fa3-8cd1-1d755b9c5774 img.shogun-image {
    
    width: px;
  }


#s-b69ba5df-a44c-4fa3-8cd1-1d755b9c5774 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1689ca6-d531-42b5-b946-52887a9ca124 {
  margin-top: 20px;
background-color: rgba(185, 185, 185, 1);
}

@media (min-width: 0px) {
[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b1689ca6-d531-42b5-b946-52887a9ca124"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-358177ef-80d2-4c74-80ca-4683a6ad023c {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-358177ef-80d2-4c74-80ca-4683a6ad023c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-120287ee-c51f-4e25-bc19-938929485ec8 {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-120287ee-c51f-4e25-bc19-938929485ec8 {
  display: none;
}
#s-120287ee-c51f-4e25-bc19-938929485ec8, #wrap-s-120287ee-c51f-4e25-bc19-938929485ec8 { display:none !important; }}@media (max-width: 767px){#s-120287ee-c51f-4e25-bc19-938929485ec8 {
  display: none;
}
#s-120287ee-c51f-4e25-bc19-938929485ec8, #wrap-s-120287ee-c51f-4e25-bc19-938929485ec8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-120287ee-c51f-4e25-bc19-938929485ec8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-fde18c70-b957-4e29-add2-cd150c4e45a5 {
  display: none;
}
#s-fde18c70-b957-4e29-add2-cd150c4e45a5, #wrap-s-fde18c70-b957-4e29-add2-cd150c4e45a5 { display:none !important; }}@media (max-width: 767px){#s-fde18c70-b957-4e29-add2-cd150c4e45a5 {
  display: none;
}
#s-fde18c70-b957-4e29-add2-cd150c4e45a5, #wrap-s-fde18c70-b957-4e29-add2-cd150c4e45a5 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-7d0c858b-0d8d-4607-8842-6a5c6ea0bb1e {
  display: none;
}
#s-7d0c858b-0d8d-4607-8842-6a5c6ea0bb1e, #wrap-s-7d0c858b-0d8d-4607-8842-6a5c6ea0bb1e { display:none !important; }}@media (max-width: 767px){#s-7d0c858b-0d8d-4607-8842-6a5c6ea0bb1e {
  display: none;
}
#s-7d0c858b-0d8d-4607-8842-6a5c6ea0bb1e, #wrap-s-7d0c858b-0d8d-4607-8842-6a5c6ea0bb1e { display:none !important; }}
#s-183e1c72-24f7-4fc9-9d44-dfe1a6929149 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-183e1c72-24f7-4fc9-9d44-dfe1a6929149 img.shogun-image {
    
    width: px;
  }


#s-183e1c72-24f7-4fc9-9d44-dfe1a6929149 .shogun-image-content {
  
    align-items: 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;
}

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

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}